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

/external/compiler-rt/lib/asan/
H A Dasan_stats.h29 size_t malloced; member in struct:__asan::AsanStats
H A Dasan_stats.cc39 Printf("Stats: %zuM malloced (%zuM for red zones) by %zu calls\n",
40 malloced>>20, malloced_redzones>>20, mallocs);
H A Dasan_thread_registry.cc113 return accumulated_stats_.malloced - accumulated_stats_.freed;
126 - accumulated_stats_.malloced
H A Dasan_allocator.cc390 size_t malloced = 0; local
392 Printf(" MallocInfo: in quarantine: %zu malloced: %zu; ",
393 quarantine_.size() >> 20, malloced >> 20);
643 thread_stats.malloced += size;
1071 // 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 254 milliseconds