Home
last modified time | relevance | path

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