Home
last modified time | relevance | path

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

/third_party/cJSON/
DcJSON.c161 static void * CJSON_CDECL internal_malloc(size_t size) in internal_malloc() function
174 #define internal_malloc malloc macro
/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