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_allocator_testlib.cc 104 p = allocator.Reallocate(&cache, p, size, 8);
  /external/compiler-rt/lib/asan/
asan_allocator.cc 649 static u8 *Reallocate(u8 *old_ptr, uptr new_size,
735 return Reallocate((u8*)p, size, stack);
asan_allocator2.cc 473 static void *Reallocate(void *old_ptr, uptr new_size, StackTrace *stack) {
621 return Reallocate(p, size, stack);
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_allocator.h     [all...]

Completed in 92 milliseconds