Home
last modified time | relevance | path

Searched refs:g_oom_handling_function (Results 1 – 4 of 4) sorted by relevance

/external/cronet/base/allocator/partition_allocator/
Dpartition_alloc.cc100 internal::g_oom_handling_function = on_out_of_memory; in PartitionAllocGlobalInit()
107 internal::g_oom_handling_function = nullptr; in PartitionAllocGlobalUninitForTesting()
Dpartition_oom.h24 extern OomFunction g_oom_handling_function;
Dpartition_oom.cc14 OomFunction g_oom_handling_function = nullptr; variable
Dpartition_root.cc756 if (internal::g_oom_handling_function) { in OutOfMemory()
757 (*internal::g_oom_handling_function)(size); in OutOfMemory()