Home
last modified time | relevance | path

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

12

/AliOS-Things-master/kernel/rhino/
A Dk_mm_blk.c7 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 Dtcpip_priv.h58 #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 Dtcpip_priv.h58 #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 Dbuf.c62 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 Dqstr.c136 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 Djcomapi.c31 int pool; in jpeg_abort() local
A Djmemmgr.c1005 int pool; in self_destruct() local
1033 int pool; in jinit_memory_mgr() local
/AliOS-Things-master/components/mbedtls/include/mbedtls/
A Dhavege.h41 int pool[MBEDTLS_HAVEGE_COLLECT_SIZE]; member
/AliOS-Things-master/kernel/rhino/include/
A Dk_mm_blk.h110 #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 Dk_trace.h167 #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 Dsys_arch.h42 void *pool; ///< memory array for messages member
/AliOS-Things-master/components/ble_host/bt_host/host/
A Dhci_raw.c99 struct net_buf_pool *pool; in bt_buf_get_tx() local
A Dl2cap.c416 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 Dconn.c2556 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 Drfcomm.c310 struct net_buf *bt_rfcomm_create_pdu(struct net_buf_pool *pool) in bt_rfcomm_create_pdu()
/AliOS-Things-master/components/SDL2/src/
A DSDL_dataqueue.c39 SDL_DataQueuePacket *pool; /* these are unused packets. */ member
/AliOS-Things-master/components/uvoice/stream/
A Duvoice_cache.h34 uint8_t *pool; member
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/utils/
A Dhuffman_encode_utils.c136 const HuffmanTree* const pool, in SetBitDepths()
/AliOS-Things-master/hardware/chip/haas1000/drivers/rtos/rhino/cmsis/
A Dcmsis_os.h243 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 Dbuf.h1085 #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 Dcffload.c385 FT_Byte** pool ) in cff_index_get_pointers()
/AliOS-Things-master/components/ble_mesh/bt_mesh/core/src/
A Dadv.c263 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 Dsdp.h520 struct net_buf_pool *pool; member
/AliOS-Things-master/components/oss/src/external/tinyxml2/
A Dtinyxml2.cpp1106 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 Dpngvalid.c835 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

Completed in 79 milliseconds

12