OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:slabcur
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/bsd/jemalloc/dist/include/jemalloc/internal/
bin.h
27
* class.
slabcur
is independent of slabs_{nonfull,full}; whenever
28
*
slabcur
is reassigned, the previous slab must be deallocated or
31
edata_t *
slabcur
;
member in struct:bin_s
/src/external/bsd/jemalloc/include/jemalloc/internal/
bin.h
27
* class.
slabcur
is independent of slabs_{nonfull,full}; whenever
28
*
slabcur
is reassigned, the previous slab must be deallocated or
31
edata_t *
slabcur
;
member in struct:bin_s
/src/external/bsd/jemalloc.old/dist/include/jemalloc/internal/
bin.h
61
* class.
slabcur
is independent of slabs_{nonfull,full}; whenever
62
*
slabcur
is reassigned, the previous slab must be deallocated or
65
extent_t *
slabcur
;
member in struct:bin_s
/src/external/bsd/jemalloc.old/include/jemalloc/internal/
bin.h
61
* class.
slabcur
is independent of slabs_{nonfull,full}; whenever
62
*
slabcur
is reassigned, the previous slab must be deallocated or
65
extent_t *
slabcur
;
member in struct:bin_s
/src/external/bsd/jemalloc/dist/src/
arena.c
633
if (bin->
slabcur
!= NULL) {
634
slab = bin->
slabcur
;
635
bin->
slabcur
= NULL;
862
* variants (i.e. through
slabcur
and nonfull) must be tried first.
868
/* Only called after
slabcur
and nonfull both failed. */
869
assert(bin->
slabcur
== NULL);
879
bin->
slabcur
= fresh_slab;
882
/* Refill
slabcur
and then alloc using the fresh slab */
890
return arena_slab_reg_alloc(bin->
slabcur
, &bin_infos[binind]);
898
assert(bin->
slabcur
== NULL || edata_nfree_get(bin->slabcur) == 0)
976
edata_t *
slabcur
= bin->
slabcur
;
local
[
all
...]
Completed in 28 milliseconds
Indexes created Wed Mar 04 05:31:52 UTC 2026