Searched refs:shortfall_bytes (Results 1 – 3 of 3) sorted by relevance
41 static void oom_lowmem(size_t shortfall_bytes) { in oom_lowmem() argument42 printf("OOM: oom_lowmem(shortfall_bytes=%zu) called\n", shortfall_bytes); in oom_lowmem()
13 typedef void(oom_lowmem_callback_t)(size_t shortfall_bytes);
61 size_t shortfall_bytes = 0; in oom_loop() local74 shortfall_bytes = in oom_loop()110 lowmem_callback(shortfall_bytes); in oom_loop()
Completed in 7 milliseconds