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

  /external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_allocator64_testlib.cc 77 return allocator.Reallocate(&cache, p, new_size, 8);
  /external/llvm/lib/CodeGen/
MachineInstr.cpp 671 bool Reallocate = RegInfo &&
702 if (Reallocate)
713 if (Reallocate)
    [all...]
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_allocator64.h 505 void *Reallocate(AllocatorCache *cache, void *p, uptr new_size,
  /external/compiler-rt/lib/asan/
asan_allocator.cc 766 static u8 *Reallocate(u8 *old_ptr, uptr new_size,
843 return Reallocate((u8*)p, size, stack);

Completed in 72 milliseconds