Home
last modified time | relevance | path

Searched refs:realloc (Results 1 – 25 of 66) sorted by relevance

123

/AliOS-Things-master/components/py_engine/engine/py/
A Dmalloc.c58 #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 Dnghttp2_mem.c81 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 Darmcc_libc_uspace.c56 #pragma weak realloc macro
57 void *realloc(void *old, size_t newlen) in realloc() function
A Darmcc_libc.c60 void *realloc(void *old, size_t newlen) in realloc() function
/AliOS-Things-master/components/freetype/src/base/
A Dftdbgmem.c137 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 Dftsystem.c297 memory->realloc = ft_realloc; in FT_New_Memory()
/AliOS-Things-master/components/freetype/include/
A Dftsystem.h176 FT_Realloc_Func realloc; member
/AliOS-Things-master/components/freetype/include/config/
A Dftstdlib.h134 #define ft_srealloc realloc
/AliOS-Things-master/components/minilibc/libc/
A Dmalloc.c51 MALLOC_WEAK void *realloc(void *ptr, size_t size) in realloc() function
/AliOS-Things-master/components/libc_stub/compilers/iar/
A Diar_libc_uspace.c25 __ATTRIBUTES void *realloc(void *old, unsigned int newlen) in realloc() function
A Diar_libc.c36 __ATTRIBUTES void *realloc(void *old, unsigned int newlen) in realloc() function
/AliOS-Things-master/components/freetype/src/raster/
A Dftmisc.h78 FT_Realloc_Func realloc; member
/AliOS-Things-master/hardware/chip/haas1000/drivers/utils/heap/
A Dheap_api.h67 void *realloc(void *ptr, size_t size);
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/examples/
A Dzran.c113 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 DIMG_svg.c47 #define realloc SDL_realloc macro
/AliOS-Things-master/hardware/chip/haas1000/drivers/config/haas1000_a7/
A Dtarget.mk147 LDFLAGS_IMAGE += --wrap malloc --wrap calloc --wrap free --wrap realloc
/AliOS-Things-master/components/libc_stub/
A DREADME.md8 - 内存申请释放:malloc/free/realloc/calloc
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/api/platform/
A Dplatform_stdlib_rtl8721d.h100 #define realloc pvPortReAlloc macro
/AliOS-Things-master/components/py_engine/engine/extmod/nimble/syscfg/
A Dsyscfg.h15 #define realloc(ptr, size) nimble_realloc(ptr, size) macro
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/puff/
A Dpufftest.c76 if (size == *len || (swap = realloc(buf, size)) == NULL) { in load()
/AliOS-Things-master/components/ucamera/src/device/wifi/dechunk/
A Ddechunk.c130 g_buff_out = realloc(g_buff_out, g_buff_outlen); in dechunk()
/AliOS-Things-master/kernel/rhino/include/
A Dk_mm.h273 #define krhino_mm_realloc realloc
/AliOS-Things-master/components/posix/src/
A Ddirent.c104 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 Dimageio_util.c52 void* const new_data = realloc(input, max_size + extra_size + 1); in ImgIoUtilReadFromStdin()
/AliOS-Things-master/components/uvoice/internal/
A Duvoice_alios.h117 mem = realloc(old, newsize); in snd_realloc()
126 void *mem = realloc(old, newsize); in snd_realloc()

Completed in 22 milliseconds

123