Home
last modified time | relevance | path

Searched defs:realloc (Results 1 – 15 of 15) sorted by relevance

/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/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/libc_stub/compilers/iar/
A Diar_libc.c36 __ATTRIBUTES void *realloc(void *old, unsigned int newlen) in realloc() function
A Diar_libc_uspace.c25 __ATTRIBUTES void *realloc(void *old, unsigned int newlen) in realloc() function
/AliOS-Things-master/components/freetype/include/
A Dftsystem.h176 FT_Realloc_Func realloc; member
/AliOS-Things-master/components/freetype/src/raster/
A Dftmisc.h78 FT_Realloc_Func realloc; member
/AliOS-Things-master/components/SDL2/src/image/
A DIMG_svg.c47 #define realloc SDL_realloc macro
/AliOS-Things-master/components/py_engine/engine/py/
A Dmalloc.c62 #define realloc(ptr, n) gc_realloc(ptr, n, true) macro
/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/freetype/src/base/
A Dftdbgmem.c137 FT_Realloc_Func realloc; member
/AliOS-Things-master/components/linkkit/external/nghttp2/
A Dnghttp2.h2436 nghttp2_realloc realloc; member
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/
A Dlibbf.c169 #define realloc(p, s) realloc_is_forbidden(p, s) macro
A Dquickjs.c1801 #define realloc(p, s) realloc_is_forbidden(p, s) macro

Completed in 176 milliseconds