Searched refs:chunk_dalloc_t (Results 1 - 10 of 10) sorted by relevance

/external/jemalloc/test/integration/
H A Dchunk.c4 chunk_dalloc_t *old_dalloc;
24 chunk_dalloc_t *new_dalloc;
/external/jemalloc/include/jemalloc/internal/
H A Dchunk.h48 chunk_dalloc_t *chunk_dalloc, unsigned arena_ind, size_t size,
H A Darena.h377 chunk_dalloc_t *chunk_dalloc;
/external/jemalloc/include/jemalloc/
H A Djemalloc_protos.h49 typedef bool (chunk_dalloc_t)(void *, size_t, unsigned); typedef
H A Djemalloc_protos_jet.h49 typedef bool (chunk_dalloc_t)(void *, size_t, unsigned); typedef
H A Djemalloc_protos.h.in49 typedef bool (chunk_dalloc_t)(void *, size_t, unsigned);
H A Djemalloc.h160 typedef bool (chunk_dalloc_t)(void *, size_t, unsigned); typedef
/external/jemalloc/src/
H A Dchunk.c233 chunk_alloc_arena(chunk_alloc_t *chunk_alloc, chunk_dalloc_t *chunk_dalloc,
H A Darena.c567 chunk_dalloc_t *chunk_dalloc;
587 chunk_dalloc_t *chunk_dalloc;
703 chunk_dalloc_t *chunk_dalloc;
716 chunk_dalloc_t *chunk_dalloc;
H A Dctl.c1413 READ(arena->chunk_dalloc, chunk_dalloc_t *);
1414 WRITE(arena->chunk_dalloc, chunk_dalloc_t *);

Completed in 1446 milliseconds