Home
last modified time | relevance | path

Searched defs:allocs (Results 1 – 15 of 15) sorted by relevance

/third_party/musl/libc-test/src/functional/
Dtest-iterate.c31 uintptr_t allocs[ALLOCATIONS_NUMBER]; member
75 const uintptr_t *allocs = iterate_arg->allocs; in fill_allocations_info() local
94 uintptr_t *allocs = iterate_arg->allocs; in make_allocations() local
105 uintptr_t *allocs = iterate_arg->allocs; in free_allocations() local
Dtest-malloc-info-stats-print.h136 void **allocs = arg; in allocate_and_abandon() local
/third_party/musl/porting/liteos_a/user_debug/src/malloc/
Dmemory_check.c636 static void print_summary_info(size_t leak_size, size_t allocs, int fd, bool verbose, bool mem_leak… in print_summary_info()
673 size_t allocs = 0; in check_leak() local
/third_party/musl/src/malloc/liteos_a/user_debug/
Dmemory_check.c651 static void print_summary_info(size_t leak_size, size_t allocs, int fd, bool verbose, bool mem_leak… in print_summary_info()
688 size_t allocs = 0; in check_leak() local
/third_party/mesa3d/src/freedreno/ir3/
Dir3_alias.c470 struct reg_alloc_info allocs[num_alias_groups]; in alloc_aliases() local
Dir3_shader.h288 struct ir3_const_allocations allocs; member
/third_party/skia/third_party/externals/d3d12allocator/src/
DD3D12MemAlloc.cpp114 static void* Malloc(const ALLOCATION_CALLBACKS& allocs, size_t size, size_t alignment) in Malloc()
120 static void Free(const ALLOCATION_CALLBACKS& allocs, void* memory) in Free()
126 static T* Allocate(const ALLOCATION_CALLBACKS& allocs) in Allocate()
131 static T* AllocateArray(const ALLOCATION_CALLBACKS& allocs, size_t count) in AllocateArray()
136 #define D3D12MA_NEW(allocs, type) new(D3D12MA::Allocate<type>(allocs))(type) argument
137 #define D3D12MA_NEW_ARRAY(allocs, type, count) new(D3D12MA::AllocateArray<type>((allocs), (count)))… argument
140 void D3D12MA_DELETE(const ALLOCATION_CALLBACKS& allocs, T* memory) in D3D12MA_DELETE()
149 void D3D12MA_DELETE_ARRAY(const ALLOCATION_CALLBACKS& allocs, T* memory, size_t count) in D3D12MA_DELETE_ARRAY()
DTests.cpp627 AllocationUniquePtr allocs[4]; in TestCustomPools() local
/third_party/grpc/test/core/resource_quota/
Darena_test.cc50 std::vector<size_t> allocs; member
/third_party/skia/m133/third_party/externals/vulkanmemoryallocator/src/
DTests.cpp1648 static void ValidateAllocationsData(const AllocInfo* allocs, size_t allocCount) in ValidateAllocationsData()
1661 std::vector<VmaAllocation> allocs; in TestJson() local
2116 std::vector<AllocInfo> allocs{START_ALLOC_COUNT}; in TestDefragmentationVsMapping() local
3622 std::vector<AllocInfo> allocs(BUF_COUNT); in TestPool_MinBlockCount() local
3694 std::vector<AllocInfo> allocs(BUF_COUNT); in TestPool_MinAllocationAlignment() local
4059 VmaVirtualAllocation allocs[ALLOCATION_COUNT]; in TestDebugMarginNotInVirtualAllocator() local
7774 std::vector<VmaVirtualAllocation> allocs; in TestVirtualBlocksAlgorithmsBenchmark() local
/third_party/skia/third_party/externals/abseil-cpp/absl/memory/
Dmemory_test.cc161 static std::vector<size_t>& allocs() { in allocs() function
/third_party/rust/rust/compiler/rustc_const_eval/src/interpret/
Deval_context.rs1018 let mut allocs = Vec::new(); in fmt() localVariable
Dmemory.rs877 allocs: Vec<AllocId>, field
/third_party/skia/m133/third_party/externals/vulkanmemoryallocator/include/
Dvk_mem_alloc.h3785 static char* VmaCreateStringCopy(const VkAllocationCallbacks* allocs, const char* srcStr) in VmaCreateStringCopy()
3798 static char* VmaCreateStringCopy(const VkAllocationCallbacks* allocs, const char* srcStr, size_t st… in VmaCreateStringCopy()
3811 static void VmaFreeString(const VkAllocationCallbacks* allocs, char* str) in VmaFreeString()
13990 const VkAllocationCallbacks* allocs = m_BlockVector.GetAllocator()->GetAllocationCallbacks(); in SetName() local
/third_party/skia/third_party/vulkanmemoryallocator/include/
Dvk_mem_alloc.h4742 static char* VmaCreateStringCopy(const VkAllocationCallbacks* allocs, const char* srcStr) in VmaCreateStringCopy()
4757 static void VmaFreeString(const VkAllocationCallbacks* allocs, char* str) in VmaFreeString()
12497 const VkAllocationCallbacks* allocs = m_BlockVector.GetAllocator()->GetAllocationCallbacks(); in SetName() local