Home
last modified time | relevance | path

Searched defs:allocs (Results 1 – 8 of 8) 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/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/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/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/skia/third_party/externals/abseil-cpp/absl/memory/
Dmemory_test.cc161 static std::vector<size_t>& allocs() { in allocs() function
/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()
12491 const VkAllocationCallbacks* allocs = m_BlockVector.GetAllocator()->GetAllocationCallbacks(); in SetName() local