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

  /external/jemalloc/include/jemalloc/internal/
tcache.h 92 index_t next_gc_bin; /* Next bin to GC. */
141 tcache_bin_t *tbin, index_t binind);
143 index_t binind, unsigned rem);
144 void tcache_bin_flush_large(tsd_t *tsd, tcache_bin_t *tbin, index_t binind,
176 index_t binind);
282 index_t binind;
327 index_t binind;
375 tcache_dalloc_small(tsd_t *tsd, tcache_t *tcache, void *ptr, index_t binind)
401 index_t binind;
arena.h 42 index_t binind;
445 index_t binind, uint64_t prof_accumbytes);
520 index_t arena_mapbits_binind_get(arena_chunk_t *chunk, size_t pageind);
533 index_t binind);
535 size_t runind, index_t binind, size_t flags);
544 index_t arena_ptr_small_binind_get(const void *ptr, size_t mapbits);
545 index_t arena_bin_index(arena_t *arena, arena_bin_t *bin);
680 JEMALLOC_ALWAYS_INLINE index_t
684 index_t binind;
776 index_t binind
    [all...]
jemalloc_internal.h 180 typedef unsigned index_t; typedef
503 index_t size2index_compute(size_t size);
504 index_t size2index_lookup(size_t size);
505 index_t size2index(size_t size);
506 size_t index2size_compute(index_t index);
507 size_t index2size_lookup(index_t index);
508 size_t index2size(index_t index);
519 JEMALLOC_INLINE index_t
550 JEMALLOC_ALWAYS_INLINE index_t
563 JEMALLOC_ALWAYS_INLINE index_t
    [all...]
  /external/jemalloc/test/unit/
size_classes.c 29 index_t index, max_index;
  /external/jemalloc/src/
tcache.c 35 index_t binind = tcache->next_gc_bin;
75 tcache_bin_t *tbin, index_t binind)
90 index_t binind, unsigned rem)
169 tcache_bin_flush_large(tsd_t *tsd, tcache_bin_t *tbin, index_t binind,
arena.c 289 index_t binind = arena_ptr_small_binind_get(ptr, mapbits);
466 index_t binind)
691 index_t index = size2index(usize) - nlclasses - NBINS;
704 index_t index = size2index(usize) - nlclasses - NBINS;
717 index_t index = size2index(usize) - nlclasses - NBINS;
730 index_t index = size2index(usize) - nlclasses - NBINS;
1042 arena_run_alloc_small_helper(arena_t *arena, size_t size, index_t binind)
1051 arena_run_alloc_small(arena_t *arena, size_t size, index_t binind)
    [all...]

Completed in 150 milliseconds