Home
last modified time | relevance | path

Searched defs:malloc (Results 1 – 17 of 17) sorted by relevance

/AliOS-Things-master/components/minilibc/libc/
A Dmalloc.c29 MALLOC_WEAK void *malloc(size_t size) in malloc() function
/AliOS-Things-master/components/libc_stub/compilers/armlibc/
A Darmcc_libc_uspace.c41 #pragma weak malloc macro
42 void *malloc(size_t size) in malloc() function
A Darmcc_libc.c42 void *malloc(size_t size) in malloc() function
/AliOS-Things-master/components/ota/2ndboot/updater/include/
A Dlibc.h43 #define malloc ota_heap_malloc macro
/AliOS-Things-master/components/libc_stub/compilers/iar/
A Diar_libc.c23 __ATTRIBUTES void *malloc(unsigned int size) in malloc() function
A Diar_libc_uspace.c20 __ATTRIBUTES void *malloc(unsigned int size) in malloc() function
/AliOS-Things-master/components/SDL2/src/image/
A DIMG_svg.c40 #define malloc SDL_malloc macro
/AliOS-Things-master/components/py_engine/engine/py/
A Dmalloc.c59 #define malloc(b) gc_alloc((b), false) macro
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/api/platform/
A Dplatform_stdlib_rtl8721d.h98 #define malloc pvPortMalloc macro
/AliOS-Things-master/components/linkkit/wrappers/os/
A DHAL_DTLS_mbedtls.c50 void *(*malloc)(uint32_t size); member
/AliOS-Things-master/components/SDL2/src/stdlib/
A DSDL_qsort.c47 #define malloc SDL_malloc macro
/AliOS-Things-master/components/py_engine/engine/extmod/nimble/syscfg/
A Dsyscfg.h13 #define malloc(size) nimble_malloc(size) macro
/AliOS-Things-master/components/linkkit/include/linkkit/wrappers/
A Dwrappers_defs.h11 void *(*malloc)(uint32_t size); member
/AliOS-Things-master/components/SDL2/src/hidapi/windows/
A Dhid.c49 #define malloc SDL_malloc macro
/AliOS-Things-master/components/linkkit/external/nghttp2/
A Dnghttp2.h2424 nghttp2_malloc malloc; member
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/
A Dlibbf.c167 #define malloc(s) malloc_is_forbidden(s) macro
A Dquickjs.c1799 #define malloc(s) malloc_is_forbidden(s) macro

Completed in 141 milliseconds