OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:total_allocated
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/bsd/nsd/dist/
region-allocator.c
57
size_t
total_allocated
;
member in struct:region
96
result->
total_allocated
= 0;
272
region->
total_allocated
+= size;
301
region->
total_allocated
+= wasted;
323
region->
total_allocated
+= aligned_size;
417
region->
total_allocated
= 0;
488
region->
total_allocated
-= size;
508
(unsigned long) region->
total_allocated
,
536
return region->
total_allocated
;
555
(unsigned long) region->
total_allocated
,
[
all
...]
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
sanitizer_allocator_test.cc
246
uptr
total_allocated
= a->TotalMemoryUsed();
local
248
last_total_allocated =
total_allocated
;
249
CHECK_EQ(last_total_allocated,
total_allocated
);
749
uptr
total_allocated
= a->TotalMemoryUsed();
local
751
CHECK_EQ(saved_total,
total_allocated
);
752
saved_total =
total_allocated
;
/src/external/gpl3/gcc/dist/gcc/
ggc-page.cc
470
unsigned long long
total_allocated
;
1431
G.stats.
total_allocated
+= object_size;
2364
SIZE_AMOUNT (G.stats.
total_allocated
));
469
unsigned long long
total_allocated
;
member in struct:ggc_globals::__anon13727
/src/external/gpl3/gcc.old/dist/gcc/
ggc-page.cc
470
unsigned long long
total_allocated
;
1430
G.stats.
total_allocated
+= object_size;
2360
SIZE_AMOUNT (G.stats.
total_allocated
));
469
unsigned long long
total_allocated
;
member in struct:ggc_globals::__anon16157
Completed in 31 milliseconds
Indexes created Tue Mar 03 05:31:39 UTC 2026