Home
last modified time | relevance | path

Searched defs:allocation (Results 1 – 9 of 9) sorted by relevance

/llvm-project-15.0.7/compiler-rt/test/asan/TestCases/Windows/
H A Dheapalloc_doublefree.cpp8 void *allocation = HeapAlloc(GetProcessHeap(), 0, 10); in main() local
/llvm-project-15.0.7/lldb/source/Expression/
H A DIRMemoryMap.cpp441 Allocation &allocation = iter->second; in Leak() local
457 Allocation &allocation = iter->second; in Free() local
533 Allocation &allocation = iter->second; in WriteMemory() local
649 Allocation &allocation = iter->second; in ReadMemory() local
790 Allocation &allocation = iter->second; in GetMemoryData() local
H A DIRExecutionUnit.cpp92 void IRExecutionUnit::FreeNow(lldb::addr_t allocation) { in FreeNow()
/llvm-project-15.0.7/flang/lib/Semantics/
H A Dcheck-allocate.cpp57 static int ShapeSpecRank(const parser::Allocation &allocation) { in ShapeSpecRank()
62 static int CoarraySpecRank(const parser::Allocation &allocation) { in CoarraySpecRank()
619 for (const parser::Allocation &allocation : in Leave() local
H A Dtools.cpp914 for (const auto &allocation : allocationList) { in operator ()() local
/llvm-project-15.0.7/clang/test/Sema/
H A Dwarn-unused-function.c50 static void cleanupMalloc(char * const * const allocation) { } in cleanupMalloc()
/llvm-project-15.0.7/flang/lib/Lower/
H A DAllocatable.cpp244 for (const auto &allocation : in lower() local
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGExprCXX.cpp1580 Address allocation = Address::invalid(); in EmitCXXNewExpr() local
/llvm-project-15.0.7/clang/lib/Headers/
H A Dhexagon_types.h2611 unsigned int allocation:28; member