Searched defs:allocation (Results 1 – 13 of 13) sorted by relevance
8 void *allocation = HeapAlloc(GetProcessHeap(), 0, 10); in main() local
5 subroutine allocation(x) subroutine7 ! CHECK-LABEL: func.func @_QPallocation( argument
46 int* allocation = allocator.template allocate_object<int>(3); in test() local
47 void* allocation = allocator.allocate_bytes(13, 64); in test() local
482 error = Status::FromErrorString("Couldn't free: allocation doesn't exist"); in Free() local 466 Allocation &allocation = iter->second; Leak() local 558 Allocation &allocation = iter->second; WriteMemory() local 674 Allocation &allocation = iter->second; ReadMemory() local 815 Allocation &allocation = iter->second; GetMemoryData() local [all...]
93 void IRExecutionUnit::FreeNow(lldb::addr_t allocation) { in FreeNow() argument
55 static int ShapeSpecRank(const parser::Allocation &allocation) { in ShapeSpecRank() argument 60 static int CoarraySpecRank(const parser::Allocation &allocation) { in CoarraySpecRank() argument 712 for (const parser::Allocation &allocation : Leave() local
953 for (const auto &allocation : allocationList) { operator ()() local
2705 for (const auto &allocation : CheckNameInAllocateStmt() local
49 static void cleanupMalloc(char * const * const allocation) { } in cleanupMalloc()
317 for (const auto &allocation : lower() local
1608 Address allocation = Address::invalid(); EmitCXXNewExpr() local [all...]
2611 unsigned int allocation:28; global() member