Home
last modified time | relevance | path

Searched refs:size_allocated (Results 1 – 3 of 3) sorted by relevance

/external/compiler-rt/lib/asan/
Dasan_stats.h71 uptr size_allocated; member
Dasan_stats.cc118 malloc_stats->size_allocated = stats.mmaped; in FillMallocStatistics()
/external/valgrind/perf/
Dtinycc.c2143 int size_allocated; member
7200 size = cstr->size_allocated; in cstr_realloc()
7209 cstr->size_allocated = size; in cstr_realloc()
7218 if (size > cstr->size_allocated) in cstr_ccat()
7241 if (size > cstr->size_allocated) in cstr_wccat()
7296 cstr_buf.size_allocated = sizeof(buf); in get_tok_str()
8057 cstr->size_allocated = cstr->size; in tok_str_add2()