OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tbins
(Results
1 - 2
of
2
) sorted by null
/external/jemalloc/src/
tcache.c
36
tcache_bin_t *tbin = &tcache->
tbins
[binind];
320
size = offsetof(tcache_t,
tbins
) + (sizeof(tcache_bin_t) * nhbins);
339
tcache->
tbins
[i].lg_fill_div = 1;
346
tcache->
tbins
[i].avail = (void **)((uintptr_t)tcache +
363
tcache_bin_t *tbin = &tcache->
tbins
[i];
375
tcache_bin_t *tbin = &tcache->
tbins
[i];
426
tcache_bin_t *tbin = &tcache->
tbins
[i];
435
tcache_bin_t *tbin = &tcache->
tbins
[i];
/external/jemalloc/include/jemalloc/internal/
tcache.h
73
* Read-only information associated with each element of tcache_t's
tbins
array
100
tcache_bin_t
tbins
[1]; /* Dynamically sized. */
member in struct:tcache_s
102
* The pointer stacks associated with
tbins
follow as a contiguous
104
* element of
tbins
is initialized to point to the proper offset within
303
tbin = &tcache->
tbins
[binind];
361
tbin = &tcache->
tbins
[binind];
426
tbin = &tcache->
tbins
[binind];
456
tbin = &tcache->
tbins
[binind];
Completed in 44 milliseconds