Home
last modified time | relevance | path

Searched defs:numAllocs (Results 1 – 5 of 5) sorted by relevance

/external/lzma/CPP/Common/
DNewHandler.cpp100 static int numAllocs = 0; variable
/external/jemalloc_new/msvc/test_threads/
Dtest_threads.cpp48 const int numAllocs = numAllocsMax - sizeDist(rnd); in test_threads() local
/external/jemalloc/msvc/projects/vc2015/test_threads/
Dtest_threads.cpp49 const int numAllocs = numAllocsMax - sizeDist(rnd); in test_threads() local
/external/libcxx/test/std/thread/thread.threads/thread.thread.class/thread.thread.constr/
DF.pass.cpp126 const int numAllocs = 0xFFF - throw_one; in test_throwing_new_during_thread_creation() local
/external/swiftshader/src/Vulkan/
DVkDescriptorPool.cpp100 VkResult DescriptorPool::allocateSets(size_t* sizes, uint32_t numAllocs, VkDescriptorSet* pDescript… in allocateSets()