OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tcache_bin_info_t
(Results
1 - 2
of
2
) sorted by null
/external/jemalloc/include/jemalloc/internal/
tcache.h
4
typedef struct tcache_bin_info_s
tcache_bin_info_t
;
typedef in typeref:struct:tcache_bin_info_s
92
extern
tcache_bin_info_t
*tcache_bin_info;
356
tcache_bin_info_t
*tbin_info;
381
tcache_bin_info_t
*tbin_info;
/external/jemalloc/src/
tcache.c
13
tcache_bin_info_t
*tcache_bin_info;
32
tcache_bin_info_t
*tbin_info = &tcache_bin_info[binind];
488
tcache_bin_info = (
tcache_bin_info_t
*)base_alloc(nhbins *
489
sizeof(
tcache_bin_info_t
));
Completed in 345 milliseconds