Home
last modified time | relevance | path

Searched refs:TryRealloc (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/third_party/base/allocator/partition_allocator/
Dpartition_alloc.h166 NOINLINE void* TryRealloc(void* ptr, size_t new_size, const char* type_name);
Dpartition_alloc.cc448 void* PartitionRootGeneric::TryRealloc(void* ptr, in TryRealloc() function in pdfium::base::PartitionRootGeneric