| /third_party/musl/libc-test/src/functional/ |
| D | test-iterate.c | 31 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
|
| D | test-malloc-info-stats-print.h | 136 void **allocs = arg; in allocate_and_abandon() local
|
| /third_party/musl/porting/liteos_a/user_debug/src/malloc/ |
| D | memory_check.c | 636 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/ |
| D | memory_check.c | 651 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/ |
| D | ir3_alias.c | 470 struct reg_alloc_info allocs[num_alias_groups]; in alloc_aliases() local
|
| D | ir3_shader.h | 288 struct ir3_const_allocations allocs; member
|
| /third_party/skia/third_party/externals/d3d12allocator/src/ |
| D | D3D12MemAlloc.cpp | 114 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()
|
| D | Tests.cpp | 627 AllocationUniquePtr allocs[4]; in TestCustomPools() local
|
| /third_party/grpc/test/core/resource_quota/ |
| D | arena_test.cc | 50 std::vector<size_t> allocs; member
|
| /third_party/skia/m133/third_party/externals/vulkanmemoryallocator/src/ |
| D | Tests.cpp | 1648 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/ |
| D | memory_test.cc | 161 static std::vector<size_t>& allocs() { in allocs() function
|
| /third_party/rust/rust/compiler/rustc_const_eval/src/interpret/ |
| D | eval_context.rs | 1018 let mut allocs = Vec::new(); in fmt() localVariable
|
| D | memory.rs | 877 allocs: Vec<AllocId>, field
|
| /third_party/skia/m133/third_party/externals/vulkanmemoryallocator/include/ |
| D | vk_mem_alloc.h | 3785 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/ |
| D | vk_mem_alloc.h | 4742 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
|