Home
last modified time | relevance | path

Searched refs:SetCallNewHandlerOnMallocFailure (Results 1 – 12 of 12) sorted by relevance

/aosp_15_r20/external/cronet/base/allocator/partition_allocator/src/partition_alloc/shim/
H A Dallocator_shim_win_component.cc28 void SetCallNewHandlerOnMallocFailure(bool value);
H A Dallocator_shim_functions.h60 void SetCallNewHandlerOnMallocFailure(bool value) { in SetCallNewHandlerOnMallocFailure() function
H A Dallocator_shim.h61 void SetCallNewHandlerOnMallocFailure(bool value);
H A Dallocator_shim_override_ucrt_symbols_win.h73 allocator_shim::SetCallNewHandlerOnMallocFailure(win_new_mode != 0); in PA_COMPONENT_EXPORT()
H A Dallocator_shim_unittest.cc628 SetCallNewHandlerOnMallocFailure(true); // It's going to fail on realloc(). in TEST_F()
/aosp_15_r20/external/libchrome/base/allocator/
H A Dallocator_shim.h108 BASE_EXPORT void SetCallNewHandlerOnMallocFailure(bool value);
H A Dallocator_shim.cc85 void SetCallNewHandlerOnMallocFailure(bool value) { in SetCallNewHandlerOnMallocFailure() function
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/gensrcs/external/libchrome/base/allocator/
Dallocator_shim.h111 BASE_EXPORT void SetCallNewHandlerOnMallocFailure(bool value);
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/0/external/libchrome/base/allocator/
Dallocator_shim.h111 BASE_EXPORT void SetCallNewHandlerOnMallocFailure(bool value);
/aosp_15_r20/external/libchrome/base/process/
H A Dmemory_linux.cc60 allocator::SetCallNewHandlerOnMallocFailure(true); in EnableTerminationOnOutOfMemory()
/aosp_15_r20/external/cronet/base/process/
H A Dmemory_linux.cc52 allocator_shim::SetCallNewHandlerOnMallocFailure(true); in EnableTerminationOnOutOfMemory()
H A Dmemory_mac.mm92 allocator_shim::SetCallNewHandlerOnMallocFailure(true);