Home
last modified time | relevance | path

Searched defs:pool (Results 1 – 4 of 4) sorted by relevance

/btstack/3rd-party/lwip/core/src/include/lwip/priv/
H A Dtcpip_priv.h58 #define API_VAR_ALLOC_EXT(type, pool, name, errorblock) do { \ argument
64 #define API_VAR_ALLOC(type, pool, name, errorval) API_VAR_ALLOC_EXT(type, pool, name, return errorv… argument
65 #define API_VAR_ALLOC_POOL(type, pool, name, errorval) do { \ argument
71 #define API_VAR_FREE(pool, name) memp_free(pool, name) argument
72 #define API_VAR_FREE_POOL(pool, name) LWIP_MEMPOOL_FREE(pool, name) argument
85 #define API_VAR_ALLOC_EXT(type, pool, name, errorblock) argument
86 #define API_VAR_ALLOC(type, pool, name, errorval) argument
87 #define API_VAR_ALLOC_POOL(type, pool, name, errorval) argument
88 #define API_VAR_FREE(pool, name) argument
89 #define API_VAR_FREE_POOL(pool, name) argument
/btstack/src/
H A Dbtstack_memory_pool.c58 void btstack_memory_pool_create(btstack_memory_pool_t *pool, void * storage, int count, int block_s… in btstack_memory_pool_create()
71 void * btstack_memory_pool_get(btstack_memory_pool_t *pool){ in btstack_memory_pool_get()
83 void btstack_memory_pool_free(btstack_memory_pool_t *pool, void * block){ in btstack_memory_pool_free()
/btstack/port/stm32-f4discovery-usb/Drivers/CMSIS/RTOS/Template/
H A Dcmsis_os.h194 void *pool; ///< pointer to memory for pool member
202 void *pool; ///< memory array for messages member
210 void *pool; ///< memory array for mail member
/btstack/port/stm32-f4discovery-usb/Drivers/CMSIS/RTOS2/Template/
H A Dcmsis_os.h342 void *pool; ///< pointer to memory for pool member
357 void *pool; ///< memory array for messages member
372 void *pool; ///< memory array for mail member