OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:opt_retain
(Results
1 - 25
of
46
) sorted by relevancy
1
2
/src/external/bsd/jemalloc/dist/src/
extent_mmap.c
10
bool
opt_retain
=
variable
37
if (!
opt_retain
) {
40
return
opt_retain
;
ehooks.c
172
return !
opt_retain
;
203
if (!maps_coalesce && !
opt_retain
) {
extent_dss.c
141
bool head_state =
opt_retain
? EXTENT_IS_HEAD
extent.c
117
if (
opt_retain
&& expand_edata != NULL) {
450
bool exact_only = (!maps_coalesce && !
opt_retain
) || guarded;
562
&& !
opt_retain
) {
865
} else if (
opt_retain
&& expand_edata == NULL && !guarded) {
1131
opt_retain
? EXTENT_IS_HEAD : EXTENT_NOT_HEAD);
1229
assert(
opt_retain
);
/src/external/bsd/jemalloc.old/dist/src/
extent_mmap.c
10
bool
opt_retain
=
variable
37
if (!
opt_retain
) {
40
return
opt_retain
;
ehooks.c
172
return !
opt_retain
;
203
if (!maps_coalesce && !
opt_retain
) {
extent_dss.c
141
bool head_state =
opt_retain
? EXTENT_IS_HEAD
/src/external/bsd/jemalloc/dist/include/jemalloc/internal/
extent_mmap.h
6
extern bool
opt_retain
;
san_bump.h
12
extern bool
opt_retain
;
32
*
opt_retain
is required, because this allocator retains a large
35
return maps_coalesce &&
opt_retain
;
extent.h
134
if (
opt_retain
) {
/src/external/bsd/jemalloc/include/jemalloc/internal/
extent_mmap.h
6
extern bool
opt_retain
;
san_bump.h
12
extern bool
opt_retain
;
32
*
opt_retain
is required, because this allocator retains a large
35
return maps_coalesce &&
opt_retain
;
extent.h
134
if (
opt_retain
) {
/src/external/bsd/jemalloc.old/dist/include/jemalloc/internal/
extent_mmap.h
6
extern bool
opt_retain
;
san_bump.h
12
extern bool
opt_retain
;
32
*
opt_retain
is required, because this allocator retains a large
35
return maps_coalesce &&
opt_retain
;
extent.h
134
if (
opt_retain
) {
/src/external/bsd/jemalloc.old/include/jemalloc/internal/
extent_mmap.h
6
extern bool
opt_retain
;
san_bump.h
12
extern bool
opt_retain
;
32
*
opt_retain
is required, because this allocator retains a large
35
return maps_coalesce &&
opt_retain
;
extent.h
134
if (
opt_retain
) {
/src/external/bsd/jemalloc/dist/test/unit/
san_bump.c
52
test_skip_if(!maps_coalesce || !
opt_retain
);
117
test_skip_if(!maps_coalesce || !
opt_retain
);
159
test_skip_if(!maps_coalesce || !
opt_retain
);
arena_reset.c
281
* Actually unmap extents, regardless of
opt_retain
, so that attempts to access
301
if (!maps_coalesce &&
opt_retain
) {
san.c
177
if (
opt_retain
) {
/src/external/bsd/jemalloc.old/dist/test/unit/
san_bump.c
52
test_skip_if(!maps_coalesce || !
opt_retain
);
117
test_skip_if(!maps_coalesce || !
opt_retain
);
159
test_skip_if(!maps_coalesce || !
opt_retain
);
arena_reset.c
281
* Actually unmap extents, regardless of
opt_retain
, so that attempts to access
301
if (!maps_coalesce &&
opt_retain
) {
san.c
177
if (
opt_retain
) {
Completed in 27 milliseconds
1
2
Indexes created Tue Sep 22 00:26:15 UTC 2026