Searched refs:ialloc (Results 1 – 5 of 5) sorted by relevance
/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/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 | 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/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()
|