OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:total_malloced
(Results
1 - 2
of
2
) sorted by null
/external/compiler-rt/lib/sanitizer_common/tests/
standalone_malloc_test.cc
18
size_t
total_malloced
= 0, total_freed = 0;
local
33
total_malloced
+= size;
37
max_in_use = max(max_in_use,
total_malloced
- total_freed);
51
fprintf(stderr, " T[%ld]
total_malloced
: %ldM in use %ldM max %ldM\n",
52
tid,
total_malloced
>> 20, (
total_malloced
- total_freed) >> 20,
/external/valgrind/perf/
many-loss-records.c
51
long
total_malloced
= 0;
variable
97
total_malloced
+= sz;
209
printf ("total bytes malloc-ed: %ld\n",
total_malloced
);
Completed in 2107 milliseconds