Home
last modified time | relevance | path

Searched defs:internal_malloc (Results 1 – 5 of 5) sorted by relevance

/third_party/cJSON/
DcJSON.c165 static void * CJSON_CDECL internal_malloc(size_t size) in internal_malloc() function
178 #define internal_malloc malloc macro
/third_party/musl/porting/linux/user/src/malloc/
Dmalloc.c642 void *internal_malloc(size_t n) in internal_malloc() function
/third_party/flutter/skia/third_party/externals/sdl/src/stdlib/
DSDL_malloc.c3215 #define internal_malloc(m, b) mspace_malloc(m, b) macro
3219 #define internal_malloc(m, b)\ macro
3224 #define internal_malloc(m, b) dlmalloc(b) macro
/third_party/libffi/src/
Ddlmalloc.c3193 #define internal_malloc(m, b) mspace_malloc(m, b) macro
3197 #define internal_malloc(m, b)\ macro
3202 #define internal_malloc(m, b) dlmalloc(b) macro
/third_party/boost/libs/container/src/
Ddlmalloc_2_8_6.c3796 #define internal_malloc(m, b) mspace_malloc(m, b) macro
3800 #define internal_malloc(m, b)\ macro
3805 #define internal_malloc(m, b) dlmalloc(b) macro