Home
last modified time | relevance | path

Searched refs:is_mem_available (Results 1 – 2 of 2) sorted by relevance

/dokuwiki/inc/
H A Dcommon.php1811 function is_mem_available($mem, $bytes = 1_048_576)
1783 function is_mem_available($mem, $bytes = 1048576) { global() function
H A Dmedia.php2052 if (!is_mem_available(($from_w * $from_h * 4) + ($to_w * $to_h * 4))) {