Searched refs:mem_used (Results 1 – 7 of 7) sorted by relevance
/third_party/ltp/libs/libltpnuma/ |
D | tst_numa.c | 131 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/ |
D | infcover.cc | 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/ |
D | infcover.c | 184 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/ |
D | 0005-infcover-gtest.patch | 101 -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/ |
D | 0005-infcover-gtest.patch | 101 -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/ |
D | 0005-infcover-gtest.patch | 101 -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/ |
D | vmlinux.h | 9841 atomic_t mem_used; member
|