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

  /external/chromium_org/cc/test/
test_texture.cc 31 void TestTexture::Reallocate(const gfx::Size& size, ResourceFormat format) {
  /external/chromium_org/media/video/capture/
fake_video_capture_device.cc 165 Reallocate();
175 void FakeVideoCaptureDevice::Reallocate() {
  /external/compiler-rt/lib/lsan/
lsan_allocator.cc 98 void *Reallocate(const StackTrace &stack, void *p, uptr new_size,
106 p = allocator.Reallocate(&cache, p, new_size, alignment);
  /external/compiler-rt/lib/asan/
asan_allocator2.cc 479 static void *Reallocate(void *old_ptr, uptr new_size, StackTrace *stack) {
623 return Reallocate(p, size, stack);
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_allocator.h     [all...]

Completed in 2249 milliseconds