Home
last modified time | relevance | path

Searched refs:internal_malloc (Results 1 – 5 of 5) sorted by relevance

/external/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
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/sdv/vsomeip/third_party/boost/container/src/
Ddlmalloc_2_8_6.c3796 #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
4902 mem = internal_malloc(m, req); in internal_memalign()
4995 return (void**)internal_malloc(m, 0); in ialloc()
5021 mem = internal_malloc(m, size - CHUNK_OVERHEAD); in ialloc()
5213 mem = internal_malloc(m, bytes); in dlrealloc()
5724 mem = internal_malloc(ms, req); in mspace_calloc()
/external/trusty/lk/external/lib/heap/dlmalloc/
Ddlmalloc.c3854 #define internal_malloc(m, b) mspace_malloc(m, b) macro
3858 #define internal_malloc(m, b)\ macro
3863 #define internal_malloc(m, b) dlmalloc(b) macro
4960 mem = internal_malloc(m, req); in internal_memalign()
5053 return (void**)internal_malloc(m, 0); in ialloc()
5079 mem = internal_malloc(m, size - CHUNK_OVERHEAD); in ialloc()
5271 mem = internal_malloc(m, bytes); in dlrealloc()
5782 mem = internal_malloc(ms, req); in mspace_calloc()
/external/dlmalloc/
Ddlmalloc.c3817 #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
4937 mem = internal_malloc(m, req); in internal_memalign()
5030 return (void**)internal_malloc(m, 0); in ialloc()
5056 mem = internal_malloc(m, size - CHUNK_OVERHEAD); in ialloc()
5248 mem = internal_malloc(m, bytes); in dlrealloc()
5768 mem = internal_malloc(ms, req); in mspace_calloc()
/external/iperf3/src/
Dcjson.c172 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 };