OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:num_freed_chunks
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_allocator_primary64.h
117
uptr old_num_chunks = region->
num_freed_chunks
;
130
region->
num_freed_chunks
= new_num_freed_chunks;
143
if (UNLIKELY(region->
num_freed_chunks
< n_chunks)) {
145
n_chunks - region->
num_freed_chunks
)))
147
CHECK_GE(region->
num_freed_chunks
, n_chunks);
149
region->
num_freed_chunks
-= n_chunks;
150
uptr base_idx = region->
num_freed_chunks
;
240
"
num_freed_chunks
%7zd avail: %6zd rss: %6zdK releases: %6zd "
244
region->stats.n_freed, in_use, region->
num_freed_chunks
, avail_chunks,
598
uptr
num_freed_chunks
; // Number of elements in the freearray
local in function:SizeClassAllocator64::ALIGNED
[
all
...]
sanitizer_allocator_primary64.h
117
uptr old_num_chunks = region->
num_freed_chunks
;
130
region->
num_freed_chunks
= new_num_freed_chunks;
143
if (UNLIKELY(region->
num_freed_chunks
< n_chunks)) {
145
n_chunks - region->
num_freed_chunks
)))
147
CHECK_GE(region->
num_freed_chunks
, n_chunks);
149
region->
num_freed_chunks
-= n_chunks;
150
uptr base_idx = region->
num_freed_chunks
;
240
"
num_freed_chunks
%7zd avail: %6zd rss: %6zdK releases: %6zd "
244
region->stats.n_freed, in_use, region->
num_freed_chunks
, avail_chunks,
598
uptr
num_freed_chunks
; // Number of elements in the freearray
local in function:SizeClassAllocator64::ALIGNED
[
all
...]
Completed in 25 milliseconds
Indexes created Sun Sep 28 12:09:53 GMT 2025