HomeSort by relevance Sort by last modified time
    Searched refs:chunk_alloc_wrapper (Results 1 - 5 of 5) sorted by null

  /external/jemalloc/include/jemalloc/internal/
chunk.h 66 void *chunk_alloc_wrapper(tsdn_t *tsdn, arena_t *arena,
private_namespace.h 165 #define chunk_alloc_wrapper JEMALLOC_N(chunk_alloc_wrapper) macro
    [all...]
private_unnamespace.h 165 #undef chunk_alloc_wrapper macro
  /external/jemalloc/src/
chunk.c 477 chunk_alloc_wrapper(tsdn_t *tsdn, arena_t *arena, chunk_hooks_t *chunk_hooks, function
arena.c 595 chunk = (arena_chunk_t *)chunk_alloc_wrapper(tsdn, arena, chunk_hooks,
924 ret = chunk_alloc_wrapper(tsdn, arena, chunk_hooks, NULL, csize,
1040 err = (chunk_alloc_wrapper(tsdn, arena, chunk_hooks, nchunk, cdiff,
    [all...]

Completed in 489 milliseconds