Home
last modified time | relevance | path

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

/aosp_15_r20/art/test/1000-non-moving-space-stress/src-art/
H A DMain.java44 int numAllocs = 0; in main() local
/aosp_15_r20/external/lzma/CPP/Common/
H A DNewHandler.cpp169 static int numAllocs = 0; variable
/aosp_15_r20/external/jemalloc_new/msvc/test_threads/
H A Dtest_threads.cpp48 const int numAllocs = numAllocsMax - sizeDist(rnd); in test_threads() local
/aosp_15_r20/external/libcxx/test/std/thread/thread.threads/thread.thread.class/thread.thread.constr/
H A DF.pass.cpp126 const int numAllocs = 0xFFF - throw_one; in test_throwing_new_during_thread_creation() local
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/thread/thread.threads/thread.thread.class/thread.thread.constr/
H A DF.pass.cpp126 int numAllocs; variable
/aosp_15_r20/external/swiftshader/src/Vulkan/
H A DVkDescriptorPool.cpp133 VkResult DescriptorPool::allocateSets(size_t *sizes, uint32_t numAllocs, VkDescriptorSet *pDescript… in allocateSets()
/aosp_15_r20/bionic/benchmarks/
H A Dstdlib_benchmark.cpp102 static void MallocMultiple(benchmark::State& state, size_t nbytes, size_t numAllocs) { in MallocMultiple()
/aosp_15_r20/cts/tests/tests/renderscript/src/android/renderscript/cts/
H A DReduceTest.java121 final int numAllocs = max + max*max + max*max*max; in createInputAllocations() local