Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/base/allocator/partition_allocator/src/partition_alloc/
H A Dpartition_alloc.cc99 internal::g_oom_handling_function = on_out_of_memory; in PartitionAllocGlobalInit()
106 internal::g_oom_handling_function = nullptr; in PartitionAllocGlobalUninitForTesting()
H A Dpartition_oom.h24 extern OomFunction g_oom_handling_function;
H A Dpartition_oom.cc14 OomFunction g_oom_handling_function = nullptr; variable
H A Dpartition_root.cc837 if (internal::g_oom_handling_function) { in OutOfMemory()
838 (*internal::g_oom_handling_function)(size); in OutOfMemory()