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

  /external/compiler-rt/lib/lsan/
lsan_allocator.h 26 void *Reallocate(const StackTrace &stack, void *p, uptr new_size,
lsan_allocator.cc 98 void *Reallocate(const StackTrace &stack, void *p, uptr new_size,
106 p = allocator.Reallocate(&cache, p, new_size, alignment);
lsan_interceptors.cc 99 return Reallocate(stack, q, size, 1);
  /external/chromium_org/cc/test/
test_texture.h 22 void Reallocate(const gfx::Size& size, ResourceFormat format);
test_texture.cc 31 void TestTexture::Reallocate(const gfx::Size& size, ResourceFormat format) {
  /external/chromium_org/media/video/capture/
fake_video_capture_device.h 45 void Reallocate();
fake_video_capture_device.cc 167 Reallocate();
177 void FakeVideoCaptureDevice::Reallocate() {
  /packages/apps/OMA-DM/engine/dmlib/api/native/
dmvector.h 275 int Reallocate( int nNewSize );
619 if ( !Reallocate( nNewSize ) )
642 int DMVector<type>::Reallocate( int nNewSize )
644 // reallocate main storage
  /packages/apps/OMA-DM/engine/xpl/hdr/
dmvector.h 276 int Reallocate( int nNewSize );
620 if ( !Reallocate( nNewSize ) )
643 int DMVector<type>::Reallocate( int nNewSize )
645 // reallocate main storage
  /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_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...]
  /external/chromium_org/cc/resources/
resource_provider_unittest.cc 298 BoundTexture(GL_TEXTURE_2D)->Reallocate(size, texture_format);
    [all...]

Completed in 276 milliseconds