OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:szind_t
(Results
1 - 9
of
9
) sorted by null
/external/jemalloc/include/jemalloc/internal/
jemalloc_internal.h
188
typedef unsigned
szind_t
;
typedef
535
szind_t
size2index_compute(size_t size);
536
szind_t
size2index_lookup(size_t size);
537
szind_t
size2index(size_t size);
538
size_t index2size_compute(
szind_t
index);
539
size_t index2size_lookup(
szind_t
index);
540
size_t index2size(
szind_t
index);
553
JEMALLOC_INLINE
szind_t
559
szind_t
lg_tmin = LG_TINY_MAXCLASS - NTBINS + 1;
560
szind_t
lg_ceil = lg_floor(pow2_ceil_zu(size))
[
all
...]
tcache.h
99
szind_t
next_gc_bin; /* Next bin to GC. */
148
tcache_bin_t *tbin,
szind_t
binind, bool *tcache_success);
150
szind_t
binind, unsigned rem);
151
void tcache_bin_flush_large(tsd_t *tsd, tcache_bin_t *tbin,
szind_t
binind,
179
size_t size,
szind_t
ind, bool zero, bool slow_path);
181
size_t size,
szind_t
ind, bool zero, bool slow_path);
183
szind_t
binind, bool slow_path);
295
szind_t
binind, bool zero, bool slow_path)
354
szind_t
binind, bool zero, bool slow_path)
415
tcache_dalloc_small(tsd_t *tsd, tcache_t *tcache, void *ptr,
szind_t
binind
[
all
...]
arena.h
61
szind_t
binind;
532
szind_t
binind, uint64_t prof_accumbytes);
545
void *arena_malloc_large(tsd_t *tsd, arena_t *arena,
szind_t
ind, bool zero);
546
void *arena_malloc_hard(tsd_t *tsd, arena_t *arena, size_t size,
szind_t
ind,
618
szind_t
arena_mapbits_binind_get(arena_chunk_t *chunk, size_t pageind);
635
szind_t
binind);
637
size_t runind,
szind_t
binind, size_t flags);
644
szind_t
arena_ptr_small_binind_get(const void *ptr, size_t mapbits);
645
szind_t
arena_bin_index(arena_t *arena, arena_bin_t *bin);
654
void *arena_malloc(tsd_t *tsd, arena_t *arena, size_t size,
szind_t
ind
[
all
...]
/external/jemalloc/src/
android_je_iterate.c
108
szind_t
binind;
130
szind_t
binind;
arena.c
31
static
szind_t
runs_avail_bias; /* Size index for first runs_avail tree. */
32
static
szind_t
runs_avail_nclasses; /* Number of runs_avail trees. */
203
arena_runs_avail_get(arena_t *arena,
szind_t
ind)
216
szind_t
ind = size2index(run_quantize_floor(arena_miscelm_size_get(
228
szind_t
ind = size2index(run_quantize_floor(arena_miscelm_size_get(
326
szind_t
binind = arena_ptr_small_binind_get(ptr, mapbits);
533
szind_t
binind)
801
szind_t
index = size2index(usize) - nlclasses - NBINS;
814
szind_t
index = size2index(usize) - nlclasses - NBINS;
827
szind_t
index = size2index(usize) - nlclasses - NBINS
[
all
...]
tcache.c
35
szind_t
binind = tcache->next_gc_bin;
74
tcache_bin_t *tbin,
szind_t
binind, bool *tcache_success)
89
szind_t
binind, unsigned rem)
169
tcache_bin_flush_large(tsd_t *tsd, tcache_bin_t *tbin,
szind_t
binind,
jemalloc.c
[
all
...]
ctl.c
[
all
...]
/external/jemalloc/test/unit/
size_classes.c
29
szind_t
index, max_index;
Completed in 4854 milliseconds