Searched refs:internal_malloc (Results 1 – 3 of 3) sorted by relevance
/AliOS-Things-master/components/SDL2/src/stdlib/ |
A D | SDL_malloc.c | 3261 #define internal_malloc(m, b) mspace_malloc(m, b) macro 3265 #define internal_malloc(m, b)\ macro 3270 #define internal_malloc(m, b) dlmalloc(b) macro 3986 void *newmem = internal_malloc(m, bytes); in internal_realloc() 4004 return internal_malloc(m, bytes); in internal_memalign() 4021 char *mem = (char *) internal_malloc(m, req); in internal_memalign() 4123 return (void **) internal_malloc(m, 0); in ialloc() 4148 mem = internal_malloc(m, size - CHUNK_OVERHEAD); in ialloc() 4894 mem = internal_malloc(ms, req); in mspace_calloc()
|
/AliOS-Things-master/components/linkkit/infra/ |
A D | infra_cjson.c | 943 static void *internal_malloc(uint32_t size) in internal_malloc() function 953 static internal_hooks global_hooks = { internal_malloc, internal_free, NULL };
|
/AliOS-Things-master/components/cjson/src/ |
A D | cJSON.c | 129 static void * CJSON_CDECL internal_malloc(size_t size) in internal_malloc() function 142 #define internal_malloc malloc macro 147 static internal_hooks global_hooks = { internal_malloc, internal_free, internal_realloc };
|
Completed in 23 milliseconds