Home
last modified time | relevance | path

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

/external/jemalloc_new/include/jemalloc/internal/
Djemalloc_internal_inlines_c.h61 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/
Ddlmalloc.c3997 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/
Ddlmalloc.c3997 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/
Dmalloc.c5000 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/
Dgrowfiles.c3032 if (ialloc(fd, size, IA_CONT, &avl) == -1) { in pre_alloc()