Searched defs:internal_malloc (Results 1 – 5 of 5) sorted by relevance
/third_party/cJSON/ |
D | cJSON.c | 165 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/ |
D | malloc.c | 642 void *internal_malloc(size_t n) in internal_malloc() function
|
/third_party/flutter/skia/third_party/externals/sdl/src/stdlib/ |
D | SDL_malloc.c | 3215 #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/ |
D | dlmalloc.c | 3193 #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/ |
D | dlmalloc_2_8_6.c | 3796 #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
|