OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Reallocate
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/media/video/capture/
fake_video_capture_device.cc
102
void FakeVideoCaptureDevice::
Reallocate
() {
213
Reallocate
();
/external/compiler-rt/lib/lsan/
lsan_allocator.cc
93
void *
Reallocate
(const StackTrace &stack, void *p, uptr new_size,
101
p = allocator.
Reallocate
(&cache, p, new_size, alignment);
/external/chromium_org/cc/resources/
resource_provider_unittest.cc
52
void
Reallocate
(gfx::Size size, WGC3Denum format) {
296
texture->
Reallocate
(size, format);
[
all
...]
/external/compiler-rt/lib/asan/
asan_allocator2.cc
509
static void *
Reallocate
(void *old_ptr, uptr new_size, StackTrace *stack) {
655
return
Reallocate
(p, size, stack);
/external/compiler-rt/lib/sanitizer_common/
sanitizer_allocator.h
[
all
...]
Completed in 2279 milliseconds