Home
last modified time | relevance | path

Searched refs:allocation_size (Results 1 – 10 of 10) sorted by relevance

/llvm-project/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/lldb/source/Expression/
H A DIRMemoryMap.cpp332 size_t allocation_size; in Malloc()
337 allocation_size = alignment; in Malloc()
340 allocation_size = llvm::alignTo(size, alignment); in Malloc()
345 allocation_size += alignment - 1; in Malloc()
354 allocation_address = FindSpace(allocation_size); in Malloc()
371 process_sp->AllocateMemory(allocation_size, permissions, error); in Malloc()
374 process_sp->CallocateMemory(allocation_size, permissions, error); in Malloc()
384 allocation_address = FindSpace(allocation_size); in Malloc()
398 process_sp->AllocateMemory(allocation_size, permissions, error); in Malloc()
401 process_sp->CallocateMemory(allocation_size, permission in Malloc()
324 size_t allocation_size; Malloc() local
[all...]
/llvm-project/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/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/clang/test/AST/Interp/
H A Dbuiltin-align-cxx.cpp
/llvm-project/compiler-rt/lib/scudo/standalone/include/scudo/
H A Dinterface.h104 uintptr_t allocation_size; member
/llvm-project/libc/test/src/__support/RPC/
H A Drpc_smoke_test.cpp25 enum { alloc_size = ProcAType::allocation_size(port_count, 1) };
/llvm-project/libc/src/__support/RPC/
H A Drpc.h
/llvm-project/libc/utils/gpu/server/
H A Drpc_server.cpp
/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dcombined.h1542 R->allocation_size = Header.SizeOrUnusedBytes; in getInlineErrorInfo()
1627 R->allocation_size = EntrySize; in getStats()