HomeSort by relevance Sort by last modified time
    Searched refs:malloced (Results 1 - 8 of 8) sorted by null

  /external/compiler-rt/lib/asan/
asan_stats.h 29 size_t malloced; member in struct:__asan::AsanStats
asan_stats.cc 39 Printf("Stats: %zuM malloced (%zuM for red zones) by %zu calls\n",
40 malloced>>20, malloced_redzones>>20, mallocs);
asan_thread_registry.cc 113 return accumulated_stats_.malloced - accumulated_stats_.freed;
126 - accumulated_stats_.malloced
asan_allocator.cc 390 size_t malloced = 0; local
392 Printf(" MallocInfo: in quarantine: %zu malloced: %zu; ",
393 quarantine_.size() >> 20, malloced >> 20);
643 thread_stats.malloced += size;
    [all...]
  /external/mdnsresponder/mDNSShared/
dnssd_clientlib.c 171 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/
gettextP.h 92 void *malloced; member in struct:loaded_domain
loadmsgcat.c 1030 domain->malloced = NULL;
1192 domain->malloced = mem;
    [all...]
  /external/v8/test/mjsunit/
unicode-test.js     [all...]

Completed in 58 milliseconds