Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/faultloggerd/tools/crasher_c/
H A Ddfx_crasher.c175 NOINLINE int Oom(void) in Oom() function
429 return Oom(); in ParseAndDoCrash()
/ohos5.0/base/hiviewdfx/faultloggerd/tools/crasher_cpp/
H A Ddfx_crasher.h62 static int Oom();
H A Ddfx_crasher.cpp108 {"OOM", "trigger out of memory", &DfxCrasher::Oom},
365 NOINLINE int DfxCrasher::Oom() in Oom() function in DfxCrasher