Home
last modified time | relevance | path

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

/external/pdfium/core/fxcrt/
Dfx_memory.cpp13 pdfium::base::PartitionAllocatorGeneric gGeneralPartitionAllocator; variable
21 gGeneralPartitionAllocator.init(); in FXMEM_InitializePartitionAlloc()
29 gGeneralPartitionAllocator.root(), pdfium::base::PartitionAllocReturnNull, in FXMEM_DefaultAlloc()
39 gGeneralPartitionAllocator.root(), pointer, new_size, "GeneralPartition"); in FXMEM_DefaultRealloc()
Dfx_memory.h34 extern pdfium::base::PartitionAllocatorGeneric gGeneralPartitionAllocator;
47 gGeneralPartitionAllocator.root(), pdfium::base::PartitionAllocReturnNull, in FX_SafeAlloc()
61 gGeneralPartitionAllocator.root(), ptr, size.ValueOrDie(), in FX_SafeRealloc()