OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:max_malloced_memory
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/lib/asan/
asan_stats.cc
73
static uptr
max_malloced_memory
;
member in namespace:__asan
97
if (
max_malloced_memory
< stats->malloced) {
98
max_malloced_memory
= stats->malloced;
113
malloc_stats->max_size_in_use =
max_malloced_memory
;
/src/external/gpl3/gcc/dist/libsanitizer/asan/
asan_stats.cpp
72
static uptr
max_malloced_memory
;
member in namespace:__asan
96
if (
max_malloced_memory
< stats->malloced) {
97
max_malloced_memory
= stats->malloced;
112
malloc_stats->max_size_in_use =
max_malloced_memory
;
/src/external/gpl3/gcc.old/dist/libsanitizer/asan/
asan_stats.cpp
72
static uptr
max_malloced_memory
;
member in namespace:__asan
96
if (
max_malloced_memory
< stats->malloced) {
97
max_malloced_memory
= stats->malloced;
112
malloc_stats->max_size_in_use =
max_malloced_memory
;
Completed in 50 milliseconds
Indexes created Sat Aug 01 00:24:56 UTC 2026