Searched refs:gGeneralPartitionAllocator (Results 1 – 2 of 2) sorted by relevance
/external/pdfium/core/fxcrt/ |
D | fx_memory.cpp | 13 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()
|
D | fx_memory.h | 34 extern pdfium::base::PartitionAllocatorGeneric gGeneralPartitionAllocator; 47 gGeneralPartitionAllocator.root(), pdfium::base::PartitionAllocReturnNull, in FX_SafeAlloc() 61 gGeneralPartitionAllocator.root(), ptr, size.ValueOrDie(), in FX_SafeRealloc()
|