Home
last modified time | relevance | path

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

/kernel/object/
A Dglue.cpp41 static void oom_lowmem(size_t shortfall_bytes) { in oom_lowmem() argument
42 printf("OOM: oom_lowmem(shortfall_bytes=%zu) called\n", shortfall_bytes); in oom_lowmem()
/kernel/lib/oom/include/lib/
A Doom.h13 typedef void(oom_lowmem_callback_t)(size_t shortfall_bytes);
/kernel/lib/oom/
A Doom.cpp61 size_t shortfall_bytes = 0; in oom_loop() local
74 shortfall_bytes = in oom_loop()
110 lowmem_callback(shortfall_bytes); in oom_loop()

Completed in 7 milliseconds