Home
last modified time | relevance | path

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

/frameworks/libs/binary_translation/base/include/berberis/base/
Dmmap_pool.h40 Node* node = g_nodes_with_available_blocks_.Pop(); in Alloc()
56 g_nodes_with_available_blocks_.Push(node); in Free()
83 static LockFreeStack<Node> g_nodes_with_available_blocks_; variable
97 MmapPool<kBlockSize, kSizeLimit>::g_nodes_with_available_blocks_;
/frameworks/libs/binary_translation/base/
Dmmap_pool_test.cc38 Pool::Node* node = Pool::g_nodes_with_available_blocks_.TopForTesting(); in ListLength()