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

  /external/compiler-rt/lib/asan/
asan_stats.h 36 uptr realloced; member in struct:__asan::AsanStats
asan_stats.cc 46 Printf("Stats: %zuM realloced by %zu calls\n", realloced>>20, reallocs);
asan_allocator.cc 547 thread_stats.realloced += new_size;
  /toolchain/binutils/binutils-2.25/bfd/
vms-lib.c 125 bfd_boolean realloced; member in struct:carsym_mem
140 if (!cs->realloced)
155 cs->realloced = TRUE;
409 csm.realloced = FALSE;
416 if (csm.realloced && csm.idx != NULL)
425 if (csm.realloced)
    [all...]

Completed in 113 milliseconds