Home
last modified time | relevance | path

Searched defs:allocCount (Results 1 – 18 of 18) sorted by relevance

/aosp_15_r20/external/skia/src/base/
H A DSkDeque.cpp31 SkDeque::SkDeque(size_t elemSize, int allocCount) in SkDeque()
41 SkDeque::SkDeque(size_t elemSize, void* storage, size_t storageSize, int allocCount) in SkDeque()
231 SkDeque::Block* SkDeque::allocateBlock(int allocCount) { in allocateBlock()
/aosp_15_r20/external/skia/tests/
H A DDequeTest.cpp85 int allocCount) { in assert_blocks()
100 static void TestSub(skiatest::Reporter* reporter, int allocCount) { in TestSub()
/aosp_15_r20/frameworks/base/tools/preload/
H A DMemoryUsage.java46 final int allocCount; field in MemoryUsage
89 int allocCount, in MemoryUsage()
/aosp_15_r20/cts/hostsidetests/statsdatom/apps/statsdapp/jni/
H A Dalloc_stress_activity.cpp31 long long allocCount = 0; in Java_com_android_server_cts_device_statsdatom_MemoryHogger_allocate() local
/aosp_15_r20/packages/modules/StatsD/tests/apps/statsdapp/jni/
Dalloc_stress_activity.cpp40 long long allocCount = 0; in Java_com_android_server_cts_device_statsd_StatsdCtsBackgroundService_cmain() local
/aosp_15_r20/frameworks/base/tools/preload/loadclass/
H A DLoadClass.java51 int allocCount = Debug.getGlobalAllocCount(); in main() local
/aosp_15_r20/external/skia/src/gpu/ganesh/
H A DGrMemoryPool.cpp143 int allocCount = 0; in validate() local
/aosp_15_r20/system/extras/alloc-stress/
H A Dalloc-stress.cpp183 long long allocCount = 0; in main() local
/aosp_15_r20/hardware/google/aemu/base/
DSubAllocator_unittest.cpp60 for (size_t allocCount : allocCounts) { in TEST() local
DSubAllocator.cpp202 uint32_t allocCount = 0; member in android::base::SubAllocator::Impl
/aosp_15_r20/external/autotest/client/deps/nvmap_compactor/src/
H A Dnvmap_carveout_compactor.c373 unsigned int allocCount = 0; in RunTest() local
/aosp_15_r20/external/angle/third_party/vulkan_memory_allocator/src/
H A DTests.cpp1648 static void ValidateAllocationsData(const AllocInfo* allocs, size_t allocCount) in ValidateAllocationsData()
2146 for(size_t allocIndex = 0, allocCount = allocs.size(); allocIndex < allocCount; ++allocIndex) in TestDefragmentationVsMapping() local
2575 const size_t allocCount = allocations.size(); in TestDefragmentationGpu() local
3337 constexpr size_t allocCount = 10; in TestVirtualBlocks() local
4911 const size_t allocCount = maxBufCapacity / 3; in BenchmarkAlgorithmsCase() local
7618 constexpr uint32_t allocCount = 100; in BasicTestAllocatePages() local
/aosp_15_r20/external/skia/include/private/base/
H A DSkTArray.h368 auto allocCount = fCapacity; in swap() local
/aosp_15_r20/external/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_util.h635 unsigned int allocCount = (count + (1 << objStepLog2) - 1) >> objStepLog2; in ~MemoryPool() local
/aosp_15_r20/prebuilts/go/linux-x86/src/runtime/
Dmheap.go477 allocCount uint16 // number of allocated objects member
/aosp_15_r20/external/angle/third_party/vulkan_memory_allocator/include/
H A Dvk_mem_alloc.h6237 const uint32_t allocCount = (uint32_t)m_AllocationList.GetCount(); in AddStatistics() local
6599 uint16_t allocCount; member
10127 size_t allocCount = 0; in Validate() local
13897 size_t allocCount = 0; in UpdateVectorStatistics() local
/aosp_15_r20/external/skia/vma_android/include/
H A Dvk_mem_alloc.h6175 const uint32_t allocCount = (uint32_t)m_AllocationList.GetCount(); in AddStatistics() local
6536 uint16_t allocCount; member
10103 size_t allocCount = 0; in Validate() local
13856 size_t allocCount = 0; in UpdateVectorStatistics() local
/aosp_15_r20/external/vulkan-validation-layers/layers/
H A Dvk_mem_alloc.h14822 …for(size_t allocIndex = 0, allocCount = pDedicatedAllocVector->size(); allocIndex < allocCount; ++… in CalculateStats() local