| /components/net/lwip/lwip-2.1.2/src/include/lwip/priv/ |
| A D | tcpip_priv.h | 58 #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
|
| /components/net/lwip/lwip-2.0.3/src/include/lwip/priv/ |
| A D | tcpip_priv.h | 58 #define API_VAR_ALLOC(type, pool, name, errorval) do { \ argument 64 #define API_VAR_ALLOC_POOL(type, pool, name, errorval) do { \ argument 70 #define API_VAR_FREE(pool, name) memp_free(pool, name) argument 71 #define API_VAR_FREE_POOL(pool, name) LWIP_MEMPOOL_FREE(pool, name) argument 84 #define API_VAR_ALLOC(type, pool, name, errorval) argument 85 #define API_VAR_ALLOC_POOL(type, pool, name, errorval) argument 86 #define API_VAR_FREE(pool, name) argument 87 #define API_VAR_FREE_POOL(pool, name) argument
|
| /components/drivers/dma/ |
| A D | dma_pool.c | 267 static rt_ubase_t dma_pool_alloc(struct rt_dma_pool *pool, rt_size_t size) in dma_pool_alloc() 302 static void dma_pool_free(struct rt_dma_pool *pool, rt_ubase_t offset, rt_size_t size) in dma_pool_free() 319 struct rt_dma_pool *pool; in dma_alloc() local 390 struct rt_dma_pool *pool; in dma_free() local 511 struct rt_dma_pool *pool; in dma_pool_install() local 566 struct rt_dma_pool *pool; in rt_dma_pool_install() local 590 struct rt_dma_pool *pool; in rt_dma_pool_extract() local 668 struct rt_dma_pool *pool; in list_dma_pool() local
|
| /components/drivers/ipc/ |
| A D | ringbuffer.c | 38 rt_uint8_t *pool, in rt_ringbuffer_init() 428 rt_uint8_t *pool; in rt_ringbuffer_create() local
|
| /components/vbus/ |
| A D | prio_queue.h | 28 struct rt_mempool pool; member
|
| /components/utilities/resource/ |
| A D | resource_id.h | 18 #define RESOURCE_ID_INIT(size, pool) {size, pool, 0, RT_NULL, RT_SPINLOCK_INIT} argument
|
| /components/dfs/dfs_v1/filesystems/ramfs/ |
| A D | dfs_ramfs.c | 447 struct dfs_ramfs *dfs_ramfs_create(rt_uint8_t *pool, rt_size_t size) in dfs_ramfs_create()
|
| /components/dfs/dfs_v2/filesystems/ramfs/ |
| A D | dfs_ramfs.c | 447 struct dfs_ramfs *dfs_ramfs_create(rt_uint8_t *pool, rt_size_t size) in dfs_ramfs_create()
|