Home
last modified time | relevance | path

Searched refs:mem_used (Results 1 – 7 of 7) sorted by relevance

/third_party/ltp/libs/libltpnuma/
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/
Dinfcover.cc199 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/
Dinfcover.c184 local void mem_used(z_stream *strm, char *prefix) in mem_used() function
359 mem_used(&strm, "inflate init"); in cover_support()
/third_party/node/deps/v8/third_party/zlib/patches/
D0005-infcover-gtest.patch101 -local void mem_used(z_stream *strm, char *prefix)
102 +local void mem_used(z_stream *strm, const char *prefix)
/third_party/skia/third_party/externals/zlib/patches/
D0005-infcover-gtest.patch101 -local void mem_used(z_stream *strm, char *prefix)
102 +local void mem_used(z_stream *strm, const char *prefix)
/third_party/node/deps/zlib/patches/
D0005-infcover-gtest.patch101 -local void mem_used(z_stream *strm, char *prefix)
102 +local void mem_used(z_stream *strm, const char *prefix)
/third_party/libbpf/.github/actions/build-selftests/
Dvmlinux.h9841 atomic_t mem_used; member