comparison src/cs/services/buzm/buzm_pool_size.h @ 297:8dfdf88d632f

BUZM SWE initial implementation
author Mychaela Falconia <falcon@freecalypso.org>
date Tue, 29 Mar 2022 03:45:41 +0000
parents
children
comparison
equal deleted inserted replaced
296:a927f030a4e0 297:8dfdf88d632f
1 /*
2 * Pool size definition required for every RiViera SWE
3 * BUZM is an entirely new FreeCalypso addition
4 */
5
6 #ifndef __BUZM_POOL_SIZE_H_
7 #define __BUZM_POOL_SIZE_H_
8
9 #define BUZM_STACK_SIZE (1024)
10 #define BUZM_MB1_SIZE (2048)
11
12 #define BUZM_POOL_SIZE (BUZM_STACK_SIZE + BUZM_MB1_SIZE)
13 #endif