Home
last modified time | relevance | path

Searched refs:mem_used (Results 1 - 3 of 3) sorted by relevance

/third_party/ltp/libs/libltpnuma/
H A Dtst_numa.c131 long mem_used = -1; in node_has_enough_memory() local
156 mem_used = val; in node_has_enough_memory()
164 if (mem_total == -1 || mem_used == -1) { in node_has_enough_memory()
169 mem_avail = mem_total - mem_used + (9 * file_pages)/10; in node_has_enough_memory()
/third_party/skia/third_party/externals/zlib/contrib/tests/
H A Dinfcover.cc56 mem_used(&strm, "msg") prints to stderr "msg" and the total bytes used
199 local void mem_used(z_stream *strm, const char *prefix) in mem_used() function
381 mem_used(&strm, "inflate init"); in cover_support()
/third_party/zlib/test/
H A Dinfcover.c41 mem_used(&strm, "msg") prints to stderr "msg" and the total bytes used
184 local void mem_used(z_stream *strm, char *prefix) in mem_used() function
359 mem_used(&strm, "inflate init"); in cover_support()

Completed in 3 milliseconds