Searched refs:malloced (Results 1 - 6 of 6) sorted by relevance

/external/compiler-rt/lib/asan/
H A Dasan_stats.cc44 Printf("Stats: %zuM malloced (%zuM for red zones) by %zu calls\n",
45 malloced>>20, malloced_redzones>>20, mallocs);
101 if (max_malloced_memory < stats->malloced) {
102 max_malloced_memory = stats->malloced;
116 malloc_stats->size_in_use = stats.malloced;
146 uptr malloced = stats.malloced; local
148 // Return sane value if malloced < freed due to racy
150 return (malloced > freed) ? malloced
[all...]
H A Dasan_stats.h29 uptr malloced; member in struct:__asan::AsanStats
H A Dasan_allocator2.cc389 thread_stats.malloced += size;
783 // Die if p is not malloced or if it is already freed.
/external/mdnsresponder/mDNSShared/
H A Ddnssd_clientlib.c171 uint16_t malloced; // Non-zero if buffer was allocated via malloc() member in struct:_TXTRecordRefRealType
193 txtRec->malloced = 0;
198 if (txtRec->malloced) free(txtRec->buffer);
226 if (txtRec->malloced) free(txtRec->buffer);
229 txtRec->malloced = 1;
/external/e2fsprogs/intl/
H A DgettextP.h92 void *malloced; member in struct:loaded_domain
H A Dloadmsgcat.c1030 domain->malloced = NULL;
1192 domain->malloced = mem;
1375 free (domain->malloced);
1407 free (domain->malloced);

Completed in 130 milliseconds