| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/TargetProcess/ |
| H A D | SimpleExecutorMemoryManager.cpp | 21 assert(Allocations.empty() && "shutdown not called?"); in ~SimpleExecutorMemoryManager() 31 assert(!Allocations.count(MB.base()) && "Duplicate allocation addr"); in allocate() 32 Allocations[MB.base()].Size = Size; in allocate() 62 auto I = Allocations.find(Base.toPtr<void *>()); in finalize() 63 if (I == Allocations.end()) in finalize() 81 auto I = Allocations.find(Base.toPtr<void *>()); in finalize() 84 if (I == Allocations.end()) in finalize() 92 Allocations.erase(I); in finalize() 161 auto I = Allocations.find(Base.toPtr<void *>()); in deallocate() 164 if (I != Allocations.end()) { in deallocate() [all …]
|
| H A D | ExecutorSharedMemoryMapperService.cpp | 202 Allocations[MinAddr].DeinitializationActions = in initialize() 204 Reservations[Reservation.toPtr<void *>()].Allocations.push_back(MinAddr); in initialize() 225 Allocations[Base].DeinitializationActions, [&](Error Err) { in deinitialize() 232 auto AllocationIt = llvm::find(Reservation.second.Allocations, Base); in deinitialize() 233 if (AllocationIt != Reservation.second.Allocations.end()) { in deinitialize() 234 Reservation.second.Allocations.erase(AllocationIt); in deinitialize() 239 Allocations.erase(Base); in deinitialize() 268 AllocAddrs.swap(R.Allocations); in release()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/ |
| H A D | MemoryMapper.h | 71 virtual void deinitialize(ArrayRef<ExecutorAddr> Allocations, 97 void deinitialize(ArrayRef<ExecutorAddr> Allocations, 114 std::vector<ExecutorAddr> Allocations; member 120 AllocationMap Allocations; variable 149 void deinitialize(ArrayRef<ExecutorAddr> Allocations,
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/ |
| H A D | DynamicAllocator.cpp | 25 for (auto &Alloc : AllocSite.Allocations) { in cleanup() 98 It->second.Allocations.emplace_back(std::move(Memory)); in allocate() 115 auto AllocIt = llvm::find_if(Site.Allocations, [&](const Allocation &A) { in deallocate() 120 assert(AllocIt != Site.Allocations.end()); in deallocate() 126 Site.Allocations.erase(AllocIt); in deallocate()
|
| H A D | DynamicAllocator.h | 49 llvm::SmallVector<Allocation> Allocations; member 54 Allocations.push_back({std::move(Memory)}); in AllocationSite() 57 size_t size() const { return Allocations.size(); } in size()
|
| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
| H A D | MemoryMapper.cpp | 111 auto &Alloc = Allocations[MinAddr]; in initialize() 114 Reservations[AI.MappingBase.toPtr<void *>()].Allocations.push_back(MinAddr); in initialize() 131 Allocations[Base].DeinitializationActions, [&](Error Err) { in deinitialize() 137 {Base.toPtr<void *>(), Allocations[Base].Size}, in deinitialize() 143 Allocations.erase(Base); in deinitialize() 161 AllocAddrs.swap(R.Allocations); in release() 381 ArrayRef<ExecutorAddr> Allocations, in deinitialize() argument 395 SAs.Instance, Allocations); in deinitialize()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/TargetProcess/ |
| H A D | ExecutorSharedMemoryMapperService.h | 52 std::vector<ExecutorAddr> Allocations; member 77 AllocationMap Allocations; variable
|
| H A D | SimpleExecutorMemoryManager.h | 64 AllocationsMap Allocations; variable
|
| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Interpreter/ |
| H A D | Interpreter.h | 37 std::vector<void *> Allocations; variable 47 for (void *Allocation : Allocations) in ~AllocaHolder() 51 void add(void *Mem) { Allocations.push_back(Mem); } in add()
|
| /freebsd/sys/contrib/dev/acpica/components/debugger/ |
| H A D | dbexec.c | 548 UINT32 Allocations; in AcpiDbExecute() local 650 Allocations = AcpiDbGetOutstandingAllocations () - PreviousAllocations; in AcpiDbExecute() 654 if (Allocations > 0) in AcpiDbExecute() 658 Allocations, AcpiGbl_DbMethodInfo.Pathname); in AcpiDbExecute()
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/ |
| H A D | hwasan_report.cpp | 514 struct Allocations { struct in __hwasan::__anon865875d10511::BaseReport 538 Allocations CopyAllocations(); 556 const Allocations allocations; 646 BaseReport::Allocations BaseReport::CopyAllocations() { in CopyAllocations()
|
| /freebsd/contrib/llvm-project/libcxx/include/ |
| H A D | string_view | 324 …// Allocations must fit in `ptrdiff_t` for pointer arithmetic to work. If `__len` exceeds it, the …
|
| /freebsd/contrib/bc/ |
| H A D | NEWS.md | 1436 21. Allocations were reduced.
|
| /freebsd/contrib/llvm-project/clang/include/clang/Driver/ |
| H A D | Options.td | 7240 By default, the heap is used. Allocations of polymorphic types
|