Searched refs:BYTE_POOL_SIZE (Results 1 – 1 of 1) sorted by relevance
13 #define BYTE_POOL_SIZE (4 * 1024) macro14 UCHAR byte_pool_mem[BYTE_POOL_SIZE];69 tx_byte_pool_create(&byte_pool, "scratchpad", byte_pool_mem, BYTE_POOL_SIZE); in start_guix()