/AliOS-Things-master/components/websocket/src/ |
A D | rws_memory.c | 30 void * mem = malloc(size); in rws_malloc() local 38 void * mem = rws_malloc(size); in rws_malloc_zero() local 45 void rws_free(void * mem) { in rws_free() 51 void rws_free_clean(void ** mem) { in rws_free_clean()
|
/AliOS-Things-master/components/lwip/lwip2.0.0/core/ |
A D | mem.c | 80 mem_trim(void *mem, mem_size_t size) in mem_trim() 260 struct mem { struct 262 mem_size_t next; argument 264 mem_size_t prev; argument 277 #define SIZEOF_STRUCT_MEM LWIP_MEM_ALIGN_SIZE(sizeof(struct mem)) argument 340 plug_holes(struct mem *mem) in plug_holes() 380 struct mem *mem; in mem_init() local 417 struct mem *mem; in mem_free() local 478 struct mem *mem, *mem2; in mem_trim() local 602 struct mem *mem, *mem2; in mem_malloc() local
|
A D | stats.c | 105 stats_display_mem(struct stats_mem *mem, const char *name) in stats_display_mem() 116 stats_display_memp(struct stats_mem *mem, int index) in stats_display_memp()
|
A D | memp.c | 404 do_memp_free_pool(const struct memp_desc* desc, void *mem) in do_memp_free_pool() 449 memp_free_pool(const struct memp_desc* desc, void *mem) in memp_free_pool() 466 memp_free(memp_t type, void *mem) in memp_free()
|
/AliOS-Things-master/components/SDL2/src/test/ |
A D | SDL_test_memory.c | 41 void *mem; member 56 static unsigned int get_allocation_bucket(void *mem) in get_allocation_bucket() 65 static SDL_bool SDL_IsAllocationTracked(void *mem) in SDL_IsAllocationTracked() 77 static void SDL_TrackAllocation(void *mem, size_t size) in SDL_TrackAllocation() 127 static void SDL_UntrackAllocation(void *mem) in SDL_UntrackAllocation() 149 void *mem; in SDLTest_TrackedMalloc() local 160 void *mem; in SDLTest_TrackedCalloc() local 171 void *mem; in SDLTest_TrackedRealloc() local
|
/AliOS-Things-master/components/linkkit/external/nghttp2/ |
A D | nghttp2_mem.c | 93 void *nghttp2_mem_malloc(nghttp2_mem *mem, size_t size) in nghttp2_mem_malloc() 98 void nghttp2_mem_free(nghttp2_mem *mem, void *ptr) in nghttp2_mem_free() 108 void *nghttp2_mem_calloc(nghttp2_mem *mem, size_t nmemb, size_t size) in nghttp2_mem_calloc() 113 void *nghttp2_mem_realloc(nghttp2_mem *mem, void *ptr, size_t size) in nghttp2_mem_realloc()
|
A D | nghttp2_buf.c | 41 int nghttp2_buf_init2(nghttp2_buf *buf, size_t initial, nghttp2_mem *mem) in nghttp2_buf_init2() 47 void nghttp2_buf_free(nghttp2_buf *buf, nghttp2_mem *mem) in nghttp2_buf_free() 57 int nghttp2_buf_reserve(nghttp2_buf *buf, size_t new_cap, nghttp2_mem *mem) in nghttp2_buf_reserve() 96 nghttp2_mem *mem) in buf_chain_new() 116 static void buf_chain_del(nghttp2_buf_chain *chain, nghttp2_mem *mem) in buf_chain_del() 123 nghttp2_mem *mem) in nghttp2_bufs_init() 129 size_t max_chunk, size_t offset, nghttp2_mem *mem) in nghttp2_bufs_init2() 137 nghttp2_mem *mem) in nghttp2_bufs_init3() 214 nghttp2_mem *mem) in nghttp2_bufs_wrap_init() 242 size_t veclen, nghttp2_mem *mem) in nghttp2_bufs_wrap_init2()
|
A D | nghttp2_rcbuf.c | 33 int nghttp2_rcbuf_new(nghttp2_rcbuf **rcbuf_ptr, size_t size, nghttp2_mem *mem) in nghttp2_rcbuf_new() 54 size_t srclen, nghttp2_mem *mem) in nghttp2_rcbuf_new2()
|
A D | nghttp2_hd.c | 592 nghttp2_mem *mem) in hd_ringbuf_init() 710 nghttp2_mem *mem) in nghttp2_hd_deflate_init2() 1133 nghttp2_mem *mem; in add_hd_table_incremental() local 1254 nghttp2_mem *mem; in hd_context_shrink_table_size() local 1384 nghttp2_mem *mem; in deflate_nv() local 1531 nghttp2_mem *mem; in nghttp2_hd_deflate_hd() local 1564 nghttp2_mem *mem; in nghttp2_hd_deflate_hd_vec() local 1629 nghttp2_mem *mem) in nghttp2_hd_deflate_new2() 1659 nghttp2_mem *mem; in nghttp2_hd_deflate_del() local 1923 nghttp2_mem *mem; in nghttp2_hd_inflate_hd_nv() local [all …]
|
A D | nghttp2_submit.c | 81 nghttp2_mem *mem; in submit_headers_shared() local 155 nghttp2_mem *mem; in submit_headers_shared_nva() local 235 nghttp2_mem *mem; in nghttp2_submit_priority() local 333 nghttp2_mem *mem; in nghttp2_submit_push_promise() local 509 nghttp2_mem *mem; in nghttp2_submit_altsvc() local 670 nghttp2_mem *mem; in nghttp2_submit_data() local 724 nghttp2_mem *mem; in nghttp2_submit_extension() local
|
A D | nghttp2_frame.c | 83 void nghttp2_frame_headers_free(nghttp2_headers *frame, nghttp2_mem *mem) in nghttp2_frame_headers_free() 123 void nghttp2_frame_settings_free(nghttp2_settings *frame, nghttp2_mem *mem) in nghttp2_frame_settings_free() 143 nghttp2_mem *mem) in nghttp2_frame_push_promise_free() 177 void nghttp2_frame_goaway_free(nghttp2_goaway *frame, nghttp2_mem *mem) in nghttp2_frame_goaway_free() 251 void nghttp2_frame_altsvc_free(nghttp2_extension *frame, nghttp2_mem *mem) in nghttp2_frame_altsvc_free() 527 size_t payloadlen, nghttp2_mem *mem) in nghttp2_frame_unpack_settings_payload2() 673 size_t payloadlen, nghttp2_mem *mem) in nghttp2_frame_unpack_goaway_payload2() 788 size_t payloadlen, nghttp2_mem *mem) in nghttp2_frame_unpack_altsvc_payload2() 812 size_t niv, nghttp2_mem *mem) in nghttp2_frame_iv_copy() 839 void nghttp2_nv_array_del(nghttp2_nv *nva, nghttp2_mem *mem) in nghttp2_nv_array_del() [all …]
|
A D | nghttp2_session.c | 166 nghttp2_mem *mem; in session_call_error_callback() local 677 nghttp2_mem *mem; in free_streams() local 744 nghttp2_mem *mem; in nghttp2_session_del() local 966 nghttp2_mem *mem; in nghttp2_session_add_rst_stream() local 1040 nghttp2_mem *mem; in nghttp2_session_open_stream() local 1171 nghttp2_mem *mem; in nghttp2_session_close_stream() local 1257 nghttp2_mem *mem; in nghttp2_session_destroy_stream() local 2012 nghttp2_mem *mem; in session_prep_frame() local 2857 nghttp2_mem *mem; in session_after_frame_sent2() local 2960 nghttp2_mem *mem; in nghttp2_session_mem_send_internal() local [all …]
|
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/os/os_dep/ |
A D | psram_reserve.c | 93 void Psram_reserved_heap_freemem(void *mem, int size) in Psram_reserved_heap_freemem() 191 int *mem; in Psram_reserve_malloc() local 209 void *mem; in Psram_reserve_calloc() local 222 void Psram_reserve_free(void *mem) in Psram_reserve_free()
|
A D | tcm_heap.c | 140 void tcm_heap_freemem(void *mem, int size) in tcm_heap_freemem() 250 int64_t *mem; in tcm_heap_malloc() local 274 void *mem; in tcm_heap_calloc() local 295 void tcm_heap_free(void *mem) in tcm_heap_free()
|
/AliOS-Things-master/components/libc_stub/compilers/iar/ |
A D | iar_libc.c | 25 void *mem; in malloc() local 38 void *mem; in realloc() local 51 void *mem; in calloc() local 66 __ATTRIBUTES void free(void *mem) in free()
|
A D | iar_libc_uspace.c | 32 void *mem; in calloc() local 43 __ATTRIBUTES void free(void *mem) in free()
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/demux/ |
A D | demux.c | 109 static int RemapMemBuffer(MemBuffer* const mem, in RemapMemBuffer() 118 static int InitMemBuffer(MemBuffer* const mem, in InitMemBuffer() 153 static WEBP_INLINE int ReadLE16s(MemBuffer* const mem) { in ReadLE16s() 160 static WEBP_INLINE int ReadLE24s(MemBuffer* const mem) { in ReadLE24s() 294 static ParseStatus NewFrame(const MemBuffer* const mem, in NewFrame() 313 MemBuffer* const mem = &dmux->mem_; in ParseAnimationFrame() local 367 static ParseStatus ReadHeader(MemBuffer* const mem) { in ReadHeader() 394 MemBuffer* const mem = &dmux->mem_; in ParseSingleImage() local 440 MemBuffer* const mem = &dmux->mem_; in ParseVP8XChunks() local 530 MemBuffer* const mem = &dmux->mem_; in ParseVP8X() local [all …]
|
/AliOS-Things-master/components/libc_stub/compilers/armlibc/ |
A D | armcc_libc.c | 44 void *mem; in malloc() local 55 void free(void *mem) in free() 62 void *mem; in realloc() local 75 void *mem; in calloc() local
|
A D | armcc_libc_uspace.c | 44 void *mem; in malloc() local 51 void free(void *mem) in free() 59 void *mem; in realloc() local 69 void *mem; in calloc() local
|
/AliOS-Things-master/components/osal_aos/rhino/ |
A D | aos_memory.c | 81 void *aos_realloc(void *mem, size_t size) in aos_realloc() 102 void aos_free(void *mem) in aos_free()
|
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/ |
A D | jmemmgr.c | 189 my_mem_ptr mem = (my_mem_ptr) cinfo->mem; in print_mem_stats() local 261 my_mem_ptr mem = (my_mem_ptr) cinfo->mem; in alloc_small() local 346 my_mem_ptr mem = (my_mem_ptr) cinfo->mem; in alloc_large() local 400 my_mem_ptr mem = (my_mem_ptr) cinfo->mem; in alloc_sarray() local 448 my_mem_ptr mem = (my_mem_ptr) cinfo->mem; in alloc_barray() local 529 my_mem_ptr mem = (my_mem_ptr) cinfo->mem; in request_virt_sarray() local 559 my_mem_ptr mem = (my_mem_ptr) cinfo->mem; in request_virt_barray() local 587 my_mem_ptr mem = (my_mem_ptr) cinfo->mem; in realize_virt_arrays() local 933 my_mem_ptr mem = (my_mem_ptr) cinfo->mem; in free_pool() local 1031 my_mem_ptr mem; in jinit_memory_mgr() local
|
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/os/os_dep/include/ |
A D | tcm_heap.h | 49 #define HDELETE(heap, type, mem) \ argument 52 #define HDELETEVEC(heap, type, nelem, mem) \ argument
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/dec/ |
A D | idec_dec.c | 91 static WEBP_INLINE size_t MemDataSize(const MemBuffer* mem) { in MemDataSize() 113 MemBuffer* const mem = &idec->mem_; in DoRemap() local 167 MemBuffer* const mem = &idec->mem_; in AppendToMemBuffer() local 205 MemBuffer* const mem = &idec->mem_; in RemapMemBuffer() local 219 static void InitMemBuffer(MemBuffer* const mem) { in InitMemBuffer() 227 static void ClearMemBuffer(MemBuffer* const mem) { in ClearMemBuffer() 235 static int CheckMemBufferMode(MemBuffer* const mem, MemBufferMode expected) { in CheckMemBufferMode() 294 MemBuffer* const mem = &idec->mem_; in ChangeState() local 304 MemBuffer* const mem = &idec->mem_; in DecodeWebPHeaders() local 370 MemBuffer* const mem = &idec->mem_; in CopyParts0Data() local
|
/AliOS-Things-master/hardware/chip/haas1000/drivers/net/net_os/ |
A D | net_memory.h | 87 #define kzfree(mem) ({ \ argument 96 #define kzfree(mem) ({ \ argument
|
A D | s_memory.h | 91 #define skzfree(mem) ({ \ argument 100 #define skzfree(mem) ({ \ argument
|