Home
last modified time | relevance | path

Searched defs:allocs (Results 1 – 12 of 12) 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/ndk-test/sanitize/scudo/src/
Drss.c28 static void *allocs[kNumAllocs]; variable
/third_party/grpc/test/core/gpr/
Darena_test.cc41 static void test(const char* name, size_t init_size, const size_t* allocs, in test()
/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/abseil-cpp/absl/memory/
Dmemory_test.cc161 static std::vector<size_t>& allocs() { in allocs() function
/third_party/libxml2/
Dxmlreader.c133 int allocs; /* what structure were deallocated */ member
/third_party/gettext/gnulib-local/lib/libxml/
Dxmlreader.c155 int allocs; /* what structure were deallocated */ member
/third_party/skia/third_party/vulkanmemoryallocator/include/
Dvk_mem_alloc.h4697 static char* VmaCreateStringCopy(const VkAllocationCallbacks* allocs, const char* srcStr) in VmaCreateStringCopy()
4712 static void VmaFreeString(const VkAllocationCallbacks* allocs, char* str) in VmaFreeString()
12391 const VkAllocationCallbacks* allocs = m_BlockVector.GetAllocator()->GetAllocationCallbacks(); in SetName() local