Searched defs:lac_mem_pool_hdr_s (Results 1 – 1 of 1) sorted by relevance
43 typedef struct lac_mem_pool_hdr_s { struct44 lock_free_stack_t stack;45 char poolName[LAC_MEM_POOLS_NAME_SIZE]; /*16 bytes of a pool name */47 unsigned int numElementsInPool;49 unsigned int blkSizeInBytes;51 unsigned int blkAlignmentInBytes;53 lac_mem_blk_t **trackBlks;56 volatile size_t availBlks;