OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bins_small
(Results
1 - 5
of
5
) sorted by null
/external/jemalloc_new/include/jemalloc/internal/
cache_bin.h
78
cache_bin_t *
bins_small
;
member in struct:cache_bin_array_descriptor_s
84
cache_bin_t *
bins_small
, cache_bin_t *bins_large) {
86
descriptor->
bins_small
=
bins_small
;
tcache_structs.h
24
cache_bin_t
bins_small
[NBINS];
member in struct:tcache_s
jemalloc_internal_inlines_a.h
112
return &tcache->
bins_small
[binind];
/external/jemalloc_new/src/
tcache.c
312
&tcache->cache_bin_array_descriptor, tcache->
bins_small
,
380
memset(tcache->
bins_small
, 0, sizeof(cache_bin_t) * NBINS);
arena.c
160
cache_bin_t *tbin = &descriptor->
bins_small
[i];
[
all
...]
Completed in 527 milliseconds