Searched defs:realloc (Results 1 – 15 of 15) sorted by relevance
/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/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/libc_stub/compilers/iar/ |
A D | iar_libc.c | 36 __ATTRIBUTES void *realloc(void *old, unsigned int newlen) in realloc() function
|
A D | iar_libc_uspace.c | 25 __ATTRIBUTES void *realloc(void *old, unsigned int newlen) in realloc() function
|
/AliOS-Things-master/components/freetype/include/ |
A D | ftsystem.h | 176 FT_Realloc_Func realloc; member
|
/AliOS-Things-master/components/freetype/src/raster/ |
A D | ftmisc.h | 78 FT_Realloc_Func realloc; member
|
/AliOS-Things-master/components/SDL2/src/image/ |
A D | IMG_svg.c | 47 #define realloc SDL_realloc macro
|
/AliOS-Things-master/components/py_engine/engine/py/ |
A D | malloc.c | 62 #define realloc(ptr, n) gc_realloc(ptr, n, true) macro
|
/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/freetype/src/base/ |
A D | ftdbgmem.c | 137 FT_Realloc_Func realloc; member
|
/AliOS-Things-master/components/linkkit/external/nghttp2/ |
A D | nghttp2.h | 2436 nghttp2_realloc realloc; member
|
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/ |
A D | libbf.c | 169 #define realloc(p, s) realloc_is_forbidden(p, s) macro
|
A D | quickjs.c | 1801 #define realloc(p, s) realloc_is_forbidden(p, s) macro
|
Completed in 176 milliseconds