Searched refs:internal_malloc (Results 1 – 4 of 4) sorted by relevance
/external/python/cpython2/Modules/_ctypes/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 3896 void* newmem = internal_malloc(m, bytes); in internal_realloc() 3912 return internal_malloc(m, bytes); in internal_memalign() 3929 char* mem = (char*)internal_malloc(m, req); in internal_memalign() 4033 return (void**)internal_malloc(m, 0); in ialloc() 4059 mem = internal_malloc(m, size - CHUNK_OVERHEAD); in ialloc() 4772 mem = internal_malloc(ms, req); in mspace_calloc()
|
/external/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 3896 void* newmem = internal_malloc(m, bytes); in internal_realloc() 3912 return internal_malloc(m, bytes); in internal_memalign() 3929 char* mem = (char*)internal_malloc(m, req); in internal_memalign() 4033 return (void**)internal_malloc(m, 0); in ialloc() 4059 mem = internal_malloc(m, size - CHUNK_OVERHEAD); in ialloc() 4772 mem = internal_malloc(ms, req); in mspace_calloc()
|
/external/dlmalloc/ |
D | malloc.c | 3817 #define internal_malloc(m, b) mspace_malloc(m, b) macro 3821 #define internal_malloc(m, b)\ macro 3826 #define internal_malloc(m, b) dlmalloc(b) macro 4936 mem = internal_malloc(m, req); in internal_memalign() 5029 return (void**)internal_malloc(m, 0); in ialloc() 5055 mem = internal_malloc(m, size - CHUNK_OVERHEAD); in ialloc() 5247 mem = internal_malloc(m, bytes); in dlrealloc() 5767 mem = internal_malloc(ms, req); in mspace_calloc()
|
/external/iperf3/src/ |
D | cjson.c | 172 static void * CJSON_CDECL internal_malloc(size_t size) in internal_malloc() function 185 #define internal_malloc malloc macro 193 static internal_hooks global_hooks = { internal_malloc, internal_free, internal_realloc };
|