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

  /external/llvm/lib/CodeGen/
MachineInstr.cpp 637 bool Reallocate = RegInfo &&
665 if (Reallocate)
676 if (Reallocate)
    [all...]
  /external/compiler-rt/lib/asan/
asan_allocator.cc 753 static uint8_t *Reallocate(uint8_t *old_ptr, size_t new_size,
834 return Reallocate((uint8_t*)p, size, stack);
    [all...]

Completed in 428 milliseconds