HomeSort by: relevance | last modified time | path
    Searched defs:arena_t (Results 1 - 5 of 5) sorted by relevancy

  /src/external/bsd/jemalloc/dist/include/jemalloc/internal/
arena_types.h 13 typedef struct arena_s arena_t; typedef in typeref:struct:arena_s
  /src/external/bsd/jemalloc/include/jemalloc/internal/
arena_types.h 13 typedef struct arena_s arena_t; typedef in typeref:struct:arena_s
  /src/external/bsd/jemalloc.old/dist/include/jemalloc/internal/
arena_types.h 16 typedef struct arena_s arena_t; typedef in typeref:struct:arena_s
  /src/external/bsd/jemalloc.old/include/jemalloc/internal/
arena_types.h 16 typedef struct arena_s arena_t; typedef in typeref:struct:arena_s
  /src/lib/libc/stdlib/
jemalloc.c 466 typedef struct arena_s arena_t; typedef in typeref:struct:arena_s
492 arena_t *arena;
766 static arena_t **arenas;
835 static void stats_print(arena_t *arena);
842 static void arena_run_split(arena_t *arena, arena_run_t *run, size_t size);
843 static arena_chunk_t *arena_chunk_alloc(arena_t *arena);
844 static void arena_chunk_dealloc(arena_t *arena, arena_chunk_t *chunk);
845 static arena_run_t *arena_run_alloc(arena_t *arena, size_t size);
846 static void arena_run_dalloc(arena_t *arena, arena_run_t *run, size_t size);
847 static arena_run_t *arena_bin_nonfull_run_get(arena_t *arena, arena_bin_t *bin)
    [all...]

Completed in 31 milliseconds