Home
last modified time | relevance | path

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 Dmmap_limit_mb.cpp24 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 DIRMemoryMap.cpp299 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 Dcxa_vector.cpp155 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 Dbuiltin-align-cxx.cpp67 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 Dinterface.h91 uintptr_t allocation_size; member
/llvm-project-15.0.7/compiler-rt/lib/scudo/standalone/
H A Dcombined.h1343 R->allocation_size = Header.SizeOrUnusedBytes; in getInlineErrorInfo()
1422 R->allocation_size = EntrySize; in getRingBufferErrorInfo()