/AliOS-Things-master/components/py_engine/engine/py/ |
A D | malloc.c | 58 #undef realloc 62 #define realloc(ptr, n) gc_realloc(ptr, n, true) macro 74 return realloc(ptr, n_bytes); in realloc_ext() 141 void *new_ptr = realloc(ptr, new_num_bytes); in m_realloc()
|
/AliOS-Things-master/components/linkkit/external/nghttp2/ |
A D | nghttp2_mem.c | 81 return realloc(ptr, size); in default_realloc() 115 return mem->realloc(ptr, size, mem->mem_user_data); in nghttp2_mem_realloc()
|
/AliOS-Things-master/components/libc_stub/compilers/armlibc/ |
A D | armcc_libc_uspace.c | 56 #pragma weak realloc macro 57 void *realloc(void *old, size_t newlen) in realloc() function
|
A D | armcc_libc.c | 60 void *realloc(void *old, size_t newlen) in realloc() function
|
/AliOS-Things-master/components/freetype/src/base/ |
A D | ftdbgmem.c | 137 FT_Realloc_Func realloc; member 324 table->realloc = memory->realloc; in ft_mem_table_new() 835 memory->realloc = ft_mem_debug_realloc; in ft_mem_debug_init() 890 memory->realloc = table->realloc; in ft_mem_debug_done()
|
A D | ftsystem.c | 297 memory->realloc = ft_realloc; in FT_New_Memory()
|
/AliOS-Things-master/components/freetype/include/ |
A D | ftsystem.h | 176 FT_Realloc_Func realloc; member
|
/AliOS-Things-master/components/freetype/include/config/ |
A D | ftstdlib.h | 134 #define ft_srealloc realloc
|
/AliOS-Things-master/components/minilibc/libc/ |
A D | malloc.c | 51 MALLOC_WEAK void *realloc(void *ptr, size_t size) in realloc() function
|
/AliOS-Things-master/components/libc_stub/compilers/iar/ |
A D | iar_libc_uspace.c | 25 __ATTRIBUTES void *realloc(void *old, unsigned int newlen) in realloc() function
|
A D | iar_libc.c | 36 __ATTRIBUTES void *realloc(void *old, unsigned int newlen) in realloc() function
|
/AliOS-Things-master/components/freetype/src/raster/ |
A D | ftmisc.h | 78 FT_Realloc_Func realloc; member
|
/AliOS-Things-master/hardware/chip/haas1000/drivers/utils/heap/ |
A D | heap_api.h | 67 void *realloc(void *ptr, size_t size);
|
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/examples/ |
A D | zran.c | 113 next = realloc(index->list, sizeof(struct point) * index->size); in addpoint() 229 index->list = realloc(index->list, sizeof(struct point) * index->have); in build_index()
|
/AliOS-Things-master/components/SDL2/src/image/ |
A D | IMG_svg.c | 47 #define realloc SDL_realloc macro
|
/AliOS-Things-master/hardware/chip/haas1000/drivers/config/haas1000_a7/ |
A D | target.mk | 147 LDFLAGS_IMAGE += --wrap malloc --wrap calloc --wrap free --wrap realloc
|
/AliOS-Things-master/components/libc_stub/ |
A D | README.md | 8 - 内存申请释放:malloc/free/realloc/calloc
|
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/api/platform/ |
A D | platform_stdlib_rtl8721d.h | 100 #define realloc pvPortReAlloc macro
|
/AliOS-Things-master/components/py_engine/engine/extmod/nimble/syscfg/ |
A D | syscfg.h | 15 #define realloc(ptr, size) nimble_realloc(ptr, size) macro
|
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/puff/ |
A D | pufftest.c | 76 if (size == *len || (swap = realloc(buf, size)) == NULL) { in load()
|
/AliOS-Things-master/components/ucamera/src/device/wifi/dechunk/ |
A D | dechunk.c | 130 g_buff_out = realloc(g_buff_out, g_buff_outlen); in dechunk()
|
/AliOS-Things-master/kernel/rhino/include/ |
A D | k_mm.h | 273 #define krhino_mm_realloc realloc
|
/AliOS-Things-master/components/posix/src/ |
A D | dirent.c | 104 names_new = realloc(names, sizeof(struct dirent *) * array_size * 2); in scandir()
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/imageio/ |
A D | imageio_util.c | 52 void* const new_data = realloc(input, max_size + extra_size + 1); in ImgIoUtilReadFromStdin()
|
/AliOS-Things-master/components/uvoice/internal/ |
A D | uvoice_alios.h | 117 mem = realloc(old, newsize); in snd_realloc() 126 void *mem = realloc(old, newsize); in snd_realloc()
|