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

  /external/compiler-rt/lib/asan/
asan_thread_registry.cc 116 uptr malloced = accumulated_stats_.malloced; local
118 // Return sane value if malloced < freed due to racy
120 return (malloced > freed) ? malloced - freed : 1;
136 uptr total_used = accumulated_stats_.malloced
149 malloc_stats->size_in_use = accumulated_stats_.malloced;
182 if (max_malloced_memory_ < accumulated_stats_.malloced) {
183 max_malloced_memory_ = accumulated_stats_.malloced;
asan_stats.h 29 uptr malloced; member in struct:__asan::AsanStats
asan_stats.cc 38 Printf("Stats: %zuM malloced (%zuM for red zones) by %zu calls\n",
39 malloced>>20, malloced_redzones>>20, mallocs);
asan_allocator.cc 309 uptr malloced = 0; local
311 Printf(" MallocInfo: in quarantine: %zu malloced: %zu; ",
312 quarantine_.size() >> 20, malloced >> 20);
536 thread_stats.malloced += size;
806 // Die if p is not malloced or if it is already freed.
asan_allocator2.cc 406 thread_stats.malloced += size;
689 // Die if p is not malloced or if it is already freed.
  /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;
  /build/target/board/generic_x86/
BoardConfig.mk 21 # customize the malloced address to be 16-byte aligned
  /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 213 milliseconds