Home
last modified time | relevance | path

Searched refs:PartitionAllocGlobalInit (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/core/fxcrt/
Dfx_memory.cpp35 pdfium::base::PartitionAllocGlobalInit(FX_OutOfMemoryTerminate); in FXMEM_InitializePartitionAlloc()
/external/pdfium/third_party/base/allocator/partition_allocator/
Dpartition_alloc.h223 BASE_EXPORT void PartitionAllocGlobalInit(void (*oom_handling_function)());
Dpartition_alloc.cc191 void PartitionAllocGlobalInit(void (*oom_handling_function)()) { in PartitionAllocGlobalInit() function