Searched refs:allocation_size (Results 1 – 6 of 6) sorted by relevance
| /llvm-project-15.0.7/compiler-rt/test/asan/TestCases/Posix/ |
| H A D | mmap_limit_mb.cpp | 24 long allocation_size = atoi(argv[2]); in main() local 26 allocation_size); in main() 28 for (long total = total_mb << 20; total > 0; total -= allocation_size) in main() 29 v.push_back(new char[allocation_size]); in main()
|
| /llvm-project-15.0.7/lldb/source/Expression/ |
| H A D | IRMemoryMap.cpp | 299 size_t allocation_size; in Malloc() local 304 allocation_size = alignment; in Malloc() 307 allocation_size = llvm::alignTo(size, alignment); in Malloc() 312 allocation_size += alignment - 1; in Malloc() 321 allocation_address = FindSpace(allocation_size); in Malloc() 339 process_sp->AllocateMemory(allocation_size, permissions, error); in Malloc() 342 process_sp->CallocateMemory(allocation_size, permissions, error); in Malloc() 352 allocation_address = FindSpace(allocation_size); in Malloc() 366 process_sp->AllocateMemory(allocation_size, permissions, error); in Malloc() 394 allocation_size, permissions, alignment, policy)); in Malloc() [all …]
|
| /llvm-project-15.0.7/libcxxabi/src/ |
| H A D | cxa_vector.cpp | 155 size_t allocation_size; in calculate_allocation_size_or_throw() local 156 if (add_overflow(element_heap_size, padding_size, &allocation_size)) in calculate_allocation_size_or_throw() 159 return allocation_size; in calculate_allocation_size_or_throw()
|
| /llvm-project-15.0.7/clang/test/SemaCXX/ |
| H A D | builtin-align-cxx.cpp | 67 constexpr size_t allocation_size = in allocate() local 70 __builtin_assume_aligned(allocate_impl(allocation_size), sizeof(void *))); in allocate()
|
| /llvm-project-15.0.7/compiler-rt/lib/scudo/standalone/include/scudo/ |
| H A D | interface.h | 91 uintptr_t allocation_size; member
|
| /llvm-project-15.0.7/compiler-rt/lib/scudo/standalone/ |
| H A D | combined.h | 1343 R->allocation_size = Header.SizeOrUnusedBytes; in getInlineErrorInfo() 1422 R->allocation_size = EntrySize; in getRingBufferErrorInfo()
|