view src/cs/services/vibr/vibr_pool_size.h @ 295:e5cfd6362158

VIBR SWE hooked into RiViera
author Mychaela Falconia <falcon@freecalypso.org>
date Sun, 27 Mar 2022 19:44:08 +0000
parents e17bdedfbf2b
children
line wrap: on
line source

/*
 * Pool size definition required for every RiViera SWE
 * VIBR is an entirely new FreeCalypso addition
 */

#ifndef __VIBR_POOL_SIZE_H_
#define __VIBR_POOL_SIZE_H_

#define VIBR_STACK_SIZE (1024)
#define VIBR_MB1_SIZE   (1024)
 
#define VIBR_POOL_SIZE  (VIBR_STACK_SIZE + VIBR_MB1_SIZE)
#endif