Searched defs:Reallocate (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/cc/test/
H A Dtest_texture.cc31 void TestTexture::Reallocate(const gfx::Size& size, ResourceFormat format) { function in class:cc::TestTexture
/external/chromium_org/media/video/capture/
H A Dfake_video_capture_device.cc165 Reallocate();
175 void FakeVideoCaptureDevice::Reallocate() { function in class:media::FakeVideoCaptureDevice
/external/compiler-rt/lib/lsan/
H A Dlsan_allocator.cc98 void *Reallocate(const StackTrace &stack, void *p, uptr new_size, function in namespace:__lsan
106 p = allocator.Reallocate(&cache, p, new_size, alignment);
/external/compiler-rt/lib/asan/
H A Dasan_allocator2.cc479 static void *Reallocate(void *old_ptr, uptr new_size, StackTrace *stack) { function in namespace:__asan
623 return Reallocate(p, size, stack);
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator.h1275 void *Reallocate(AllocatorCache *cache, void *p, uptr new_size, function in class:__sanitizer::CombinedAllocator

Completed in 931 milliseconds