OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:tcache_size
(Results
1 - 1
of
1
) sorted by relevancy
/src/external/bsd/jemalloc/dist/src/
tcache.c
1034
size_t
tcache_size
, alignment;
local
1036
tcache_nbins, &
tcache_size
, &alignment);
local
1038
size_t size =
tcache_size
+ sizeof(tcache_t) + sizeof(tcache_slow_t);
1048
tcache_t *tcache = (void *)((byte_t *)mem +
tcache_size
);
1049
tcache_slow_t *tcache_slow = (void *)((byte_t *)mem +
tcache_size
Completed in 23 milliseconds
Indexes created Tue Jul 14 00:26:25 UTC 2026