Searched defs:allocation (Results 1 – 9 of 9) sorted by relevance
8 void *allocation = HeapAlloc(GetProcessHeap(), 0, 10); in main() local
441 Allocation &allocation = iter->second; in Leak() local457 Allocation &allocation = iter->second; in Free() local533 Allocation &allocation = iter->second; in WriteMemory() local649 Allocation &allocation = iter->second; in ReadMemory() local790 Allocation &allocation = iter->second; in GetMemoryData() local
92 void IRExecutionUnit::FreeNow(lldb::addr_t allocation) { in FreeNow()
57 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
914 for (const auto &allocation : allocationList) { in operator ()() local
50 static void cleanupMalloc(char * const * const allocation) { } in cleanupMalloc()
244 for (const auto &allocation : in lower() local
1580 Address allocation = Address::invalid(); in EmitCXXNewExpr() local
2611 unsigned int allocation:28; member