/external/jemalloc_new/include/jemalloc/internal/ |
D | jemalloc_internal_inlines_c.h | 61 ialloc(tsd_t *tsd, size_t size, szind_t ind, bool zero, bool slow_path) { in ialloc() function
|
/external/jemalloc/src/ |
D | jemalloc.c | 1546 p = ialloc(tsd, LARGE_MINCLASS, ind_large, zero, slow_path); 1551 p = ialloc(tsd, usize, ind, zero, slow_path); 1566 p = ialloc(tsd, usize, ind, zero, slow_path); 1611 return (ialloc(tsd, size, ind, zero, slow_path)); 2271 return (ialloc(tsd, size, ind, false, slow_path));
|
/external/jemalloc/include/jemalloc/internal/ |
D | private_symbols.txt | 293 ialloc
|
D | jemalloc_internal.h | 995 void *ialloc(tsd_t *tsd, size_t size, szind_t ind, bool zero, 1070 ialloc(tsd_t *tsd, size_t size, szind_t ind, bool zero, bool slow_path) in ialloc() function
|
D | private_namespace.h | 293 #define ialloc JEMALLOC_N(ialloc) macro
|
D | private_unnamespace.h | 293 #undef ialloc
|
D | jemalloc_internal.h.in | 995 void *ialloc(tsd_t *tsd, size_t size, szind_t ind, bool zero, 1070 ialloc(tsd_t *tsd, size_t size, szind_t ind, bool zero, bool slow_path) function
|
/external/python/cpython2/Modules/_ctypes/libffi/src/ |
D | dlmalloc.c | 3997 static void** ialloc(mstate m, in ialloc() function 4405 return ialloc(gm, n_elements, &sz, 3, chunks); in dlindependent_calloc() 4410 return ialloc(gm, n_elements, sizes, 0, chunks); in dlindependent_comalloc() 4819 return ialloc(ms, n_elements, &sz, 3, chunks); in mspace_independent_calloc() 4829 return ialloc(ms, n_elements, sizes, 0, chunks); in mspace_independent_comalloc()
|
/external/libffi/src/ |
D | dlmalloc.c | 3992 static void** ialloc(mstate m, in ialloc() function 4400 return ialloc(gm, n_elements, &sz, 3, chunks); in dlindependent_calloc() 4405 return ialloc(gm, n_elements, sizes, 0, chunks); in dlindependent_comalloc() 4814 return ialloc(ms, n_elements, &sz, 3, chunks); in mspace_independent_calloc() 4824 return ialloc(ms, n_elements, sizes, 0, chunks); in mspace_independent_comalloc()
|
/external/dlmalloc/ |
D | malloc.c | 5000 static void** ialloc(mstate m, in ialloc() function 5344 return ialloc(gm, n_elements, &sz, 3, chunks); in dlindependent_calloc() 5349 return ialloc(gm, n_elements, sizes, 0, chunks); in dlindependent_comalloc() 5869 return ialloc(ms, n_elements, &sz, 3, chunks); in mspace_independent_calloc() 5879 return ialloc(ms, n_elements, sizes, 0, chunks); in mspace_independent_comalloc()
|
/external/ltp/testcases/kernel/fs/doio/ |
D | growfiles.c | 3032 if (ialloc(fd, size, IA_CONT, &avl) == -1) { in pre_alloc()
|