Home
last modified time | relevance | path

Searched defs:internal_malloc (Results 1 – 2 of 2) 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/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