HomeSort by relevance Sort by last modified time
    Searched full:maxallocs (Results 1 - 3 of 3) sorted by null

  /external/libcxx/test/support/
test_allocator.h 325 template <std::size_t MaxAllocs>
334 if (N + outstanding_ > MaxAllocs)
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/support/
test_allocator.h 325 template <std::size_t MaxAllocs>
334 if (N + outstanding_ > MaxAllocs)
  /external/deqp/external/vulkancts/modules/vulkan/wsi/
vktWsiSwapchainTests.cpp 592 const deUint32 maxAllocs = 1024u;
620 for (deUint32 numPassingAllocs = 0; numPassingAllocs <= maxAllocs; ++numPassingAllocs)
655 else if (numPassingAllocs == maxAllocs)
    [all...]

Completed in 767 milliseconds