/AliOS-Things-master/kernel/rhino/ |
A D | k_mm_blk.c | 7 kstat_t krhino_mblk_pool_init(mblk_pool_t *pool, const name_t *name, in krhino_mblk_pool_init() 51 void *krhino_mblk_alloc_nolock(mblk_pool_t *pool, uint32_t size) in krhino_mblk_alloc_nolock() 103 kstat_t krhino_mblk_free_nolock(mblk_pool_t *pool, void *blk) in krhino_mblk_free_nolock() 132 kstat_t krhino_mblk_info_nolock(mblk_pool_t *pool, mblk_info_t *info) in krhino_mblk_info_nolock() 163 void *krhino_mblk_alloc(mblk_pool_t *pool, uint32_t size) in krhino_mblk_alloc() 181 kstat_t krhino_mblk_free(mblk_pool_t *pool, void *blk) in krhino_mblk_free() 198 kstat_t krhino_mblk_info(mblk_pool_t *pool, mblk_info_t *info) in krhino_mblk_info()
|
/AliOS-Things-master/hardware/chip/haas1000/drivers/net/lwip/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
|
/AliOS-Things-master/components/lwip/lwip2.0.0/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
|
/AliOS-Things-master/components/ble_host/bt_host/port/core/ |
A D | buf.c | 62 int net_buf_pool_init(struct net_buf_pool *pool) in net_buf_pool_init() 79 static int pool_id(struct net_buf_pool *pool) in pool_id() 94 struct net_buf_pool *pool = net_buf_pool_get(id); in net_buf_pool_is_free() local 114 struct net_buf_pool *pool = net_buf_pool_get(buf->pool_id); in net_buf_id() local 203 struct net_buf_pool *pool = net_buf_pool_get(buf->pool_id); in fixed_data_alloc() local 291 struct net_buf_pool *pool = net_buf_pool_get(buf->pool_id); in data_alloc() local 298 struct net_buf_pool *pool = net_buf_pool_get(buf->pool_id); in data_ref() local 305 struct net_buf_pool *pool = net_buf_pool_get(buf->pool_id); in data_unref() local 446 struct net_buf *net_buf_alloc_fixed(struct net_buf_pool *pool, in net_buf_alloc_fixed() 621 struct net_buf_pool *pool; in net_buf_unref_debug() local [all …]
|
/AliOS-Things-master/components/py_engine/engine/py/ |
A D | qstr.c | 136 qstr_pool_t *pool = MP_STATE_VM(last_pool); in find_qstr() local 154 qstr_pool_t *pool = m_new_obj_var_maybe(qstr_pool_t, const char *, new_alloc); in qstr_add() local 179 for (qstr_pool_t *pool = MP_STATE_VM(last_pool); pool != NULL; pool = pool->prev) { in qstr_find_strn() local 286 …for (qstr_pool_t *pool = MP_STATE_VM(last_pool); pool != NULL && pool != &CONST_POOL; pool = pool-… in qstr_pool_info() local 305 …for (qstr_pool_t *pool = MP_STATE_VM(last_pool); pool != NULL && pool != &CONST_POOL; pool = pool-… in qstr_dump_data() local
|
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/ |
A D | jcomapi.c | 31 int pool; in jpeg_abort() local
|
A D | jmemmgr.c | 1005 int pool; in self_destruct() local 1033 int pool; in jinit_memory_mgr() local
|
/AliOS-Things-master/components/mbedtls/include/mbedtls/ |
A D | havege.h | 41 int pool[MBEDTLS_HAVEGE_COLLECT_SIZE]; member
|
/AliOS-Things-master/kernel/rhino/include/ |
A D | k_mm_blk.h | 110 #define krhino_mblk_check(pool, blk) \ argument 121 RHINO_INLINE size_t krhino_mblk_get_size(mblk_pool_t *pool, void *blk) in krhino_mblk_get_size()
|
A D | k_trace.h | 167 #define TRACE_MBLK_POOL_CREATE(task, pool) argument 170 #define TRACE_MM_POOL_CREATE(task, pool) argument
|
/AliOS-Things-master/hardware/chip/haas1000/drivers/net/lwip/src/include/lwip/arch/ |
A D | sys_arch.h | 42 void *pool; ///< memory array for messages member
|
/AliOS-Things-master/components/ble_host/bt_host/host/ |
A D | hci_raw.c | 99 struct net_buf_pool *pool; in bt_buf_get_tx() local
|
A D | l2cap.c | 416 struct net_buf_pool *pool = NULL; in l2cap_create_le_sig_pdu() local 578 struct net_buf *bt_l2cap_create_pdu_timeout(struct net_buf_pool *pool, in bt_l2cap_create_pdu_timeout() 1562 struct net_buf_pool *pool = net_buf_pool_get(buf->pool_id); in l2cap_alloc_seg() local
|
A D | conn.c | 2556 struct net_buf_pool *pool = NULL; in bt_conn_create_frag_timeout_debug() local 2571 struct net_buf *bt_conn_create_pdu_timeout_debug(struct net_buf_pool *pool, in bt_conn_create_pdu_timeout_debug()
|
A D | rfcomm.c | 310 struct net_buf *bt_rfcomm_create_pdu(struct net_buf_pool *pool) in bt_rfcomm_create_pdu()
|
/AliOS-Things-master/components/SDL2/src/ |
A D | SDL_dataqueue.c | 39 SDL_DataQueuePacket *pool; /* these are unused packets. */ member
|
/AliOS-Things-master/components/uvoice/stream/ |
A D | uvoice_cache.h | 34 uint8_t *pool; member
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/utils/ |
A D | huffman_encode_utils.c | 136 const HuffmanTree* const pool, in SetBitDepths()
|
/AliOS-Things-master/hardware/chip/haas1000/drivers/rtos/rhino/cmsis/ |
A D | cmsis_os.h | 243 void *pool; ///< pointer to memory for pool member 252 void *pool; ///< memory array for messages member
|
/AliOS-Things-master/components/ble_host/include/net/ |
A D | buf.h | 1085 #define net_buf_alloc(pool, timeout) net_buf_alloc_fixed(pool, timeout) argument 1176 struct net_buf_pool *pool = net_buf_pool_get(buf->pool_id); in net_buf_destroy() local
|
/AliOS-Things-master/components/freetype/src/cff/ |
A D | cffload.c | 385 FT_Byte** pool ) in cff_index_get_pointers()
|
/AliOS-Things-master/components/ble_mesh/bt_mesh/core/src/ |
A D | adv.c | 263 struct net_buf *bt_mesh_adv_create_from_pool(struct net_buf_pool *pool, bt_mesh_adv_alloc_t get_id, in bt_mesh_adv_create_from_pool()
|
/AliOS-Things-master/components/ble_host/bt_host/include/bluetooth/ |
A D | sdp.h | 520 struct net_buf_pool *pool; member
|
/AliOS-Things-master/components/oss/src/external/tinyxml2/ |
A D | tinyxml2.cpp | 1106 MemPool* pool = node->_memPool; in DeleteNode() local 1873 MemPool* pool = attribute->_memPool; in DeleteAttribute() local
|
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/contrib/libtests/ |
A D | pngvalid.c | 835 store_pool_init(png_store *ps, store_pool *pool) in store_pool_init() 1791 store_pool *pool; /* Originating pool */ member 1818 store_memory_free(png_const_structp pp, store_pool *pool, store_memory *memory) in store_memory_free() 1852 store_pool_delete(png_store *ps, store_pool *pool) in store_pool_delete() 1907 store_pool *pool = voidcast(store_pool*, png_get_mem_ptr(pp)); in store_malloc() local 1956 store_pool *pool = voidcast(store_pool*, png_get_mem_ptr(pp)); in store_free() local
|