OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:deallocated_after
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/bsd/jemalloc/dist/test/unit/
zero_realloc_free.c
20
uint64_t
deallocated_after
= deallocated();
local
23
expect_u64_gt(
deallocated_after
, deallocated_before,
zero_realloc_alloc.c
34
uint64_t
deallocated_after
= deallocated();
local
38
expect_u64_lt(deallocated_before,
deallocated_after
,
/src/external/bsd/jemalloc/dist/src/
jemalloc.c
3100
* testing (
deallocated_after
>= threshold) later in this function.
3146
uint64_t
deallocated_after
= deallocated + usize;
local
3154
if (unlikely(
deallocated_after
>= threshold)) {
3179
*tsd_thread_deallocatedp_get(tsd) =
deallocated_after
;
Completed in 17 milliseconds
Indexes created Wed Mar 04 15:26:31 UTC 2026