OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cache_bin_info_t
(Results
1 - 4
of
4
) sorted by null
/external/jemalloc_new/include/jemalloc/internal/
cache_bin.h
37
typedef struct cache_bin_info_s
cache_bin_info_t
;
typedef in typeref:struct:cache_bin_info_s
tcache_externs.h
9
extern
cache_bin_info_t
*tcache_bin_info;
tcache_inlines.h
171
cache_bin_info_t
*bin_info;
196
cache_bin_info_t
*bin_info;
/external/jemalloc_new/src/
tcache.c
19
cache_bin_info_t
*tcache_bin_info;
65
cache_bin_info_t
*tbin_info = &tcache_bin_info[binind];
689
tcache_bin_info = (
cache_bin_info_t
*)base_alloc(tsdn, b0get(), nhbins
690
* sizeof(
cache_bin_info_t
), CACHELINE);
Completed in 139 milliseconds