Searched refs:internal_malloc (Results 1 – 3 of 3) 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 | 3188 #define internal_malloc(m, b) mspace_malloc(m, b) macro 3192 #define internal_malloc(m, b)\ macro 3197 #define internal_malloc(m, b) dlmalloc(b) macro 3891 void* newmem = internal_malloc(m, bytes); in internal_realloc() 3907 return internal_malloc(m, bytes); in internal_memalign() 3924 char* mem = (char*)internal_malloc(m, req); in internal_memalign() 4028 return (void**)internal_malloc(m, 0); in ialloc() 4054 mem = internal_malloc(m, size - CHUNK_OVERHEAD); in ialloc() 4767 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()
|