Searched defs:allocs (Results 1 – 9 of 9) sorted by relevance
| /third_party/grpc/test/core/gpr/ |
| D | arena_test.cc | 41 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/ |
| 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/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/abseil-cpp/absl/memory/ |
| D | memory_test.cc | 161 static std::vector<size_t>& allocs() { in allocs() function
|
| /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/libxml2/ |
| D | xmlreader.c | 133 int allocs; /* what structure were deallocated */ member
|
| /third_party/gettext/gnulib-local/lib/libxml/ |
| D | xmlreader.c | 155 int allocs; /* what structure were deallocated */ member
|
| /third_party/skia/third_party/vulkanmemoryallocator/include/ |
| D | vk_mem_alloc.h | 4697 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
|