Searched defs:Allocation (Results 1 - 12 of 12) sorted by relevance

/external/caliper/caliper/src/main/java/com/google/caliper/worker/
H A DAllocation.java33 final class Allocation { class
42 static long getTotalSize(Collection<Allocation> allocations) {
44 for (Allocation allocation : allocations) {
54 Allocation(String description, long size, List<StackTraceElement> location) { method in class:Allocation
65 if (obj instanceof Allocation) {
66 Allocation other = (Allocation) obj;
/external/llvm/tools/lli/
H A DRemoteMemoryManager.h31 struct Allocation { struct in class:llvm::RemoteMemoryManager
32 Allocation() {} function in struct:llvm::RemoteMemoryManager::Allocation
33 Allocation(sys::MemoryBlock mb, unsigned a, bool code) function in struct:llvm::RemoteMemoryManager::Allocation
42 // This vector contains Allocation objects for all sections which we have
45 SmallVector<Allocation, 2> AllocatedSections;
47 // This vector contains pointers to Allocation objects for any sections we
51 SmallVector<Allocation, 2> UnmappedSections;
55 DenseMap<uint64_t, Allocation> MappedSections;
/external/deqp/external/vulkancts/framework/vulkan/
H A DvkMemUtil.hpp35 * Allocation represents block of device memory and is allocated by
39 * Allocation doesn't necessarily correspond to a whole VkDeviceMemory, but
41 * (getMemory()) managed by Allocation is passed to Vulkan API calls,
48 * Memory mappings are managed solely by Allocation, i.e. unmapping or
49 * re-mapping VkDeviceMemory owned by Allocation is not allowed.
51 class Allocation class in namespace:vk
54 virtual ~Allocation (void);
66 Allocation (VkDeviceMemory memory, VkDeviceSize offset, void* hostPtr);
117 virtual de::MovePtr<Allocation> allocate (const VkMemoryAllocateInfo& allocInfo, VkDeviceSize alignment) = 0;
118 virtual de::MovePtr<Allocation> allocat
[all...]
/external/llvm/lib/CodeGen/
H A DStackColoring.cpp258 const AllocaInst *Allocation = MFI->getObjectAllocation(Slot); local
259 if (Allocation) {
261 " with allocation: "<< Allocation->getName()<<"\n");
/external/compiler-rt/lib/asan/
H A Dasan_report.cc75 const char *Allocation() { return Magenta(); } function in class:__asan::Decorator
557 Printf("%sfreed by thread T%d%s here:%s\n", d.Allocation(),
564 d.Allocation(), alloc_thread->tid,
568 Printf("%sallocated by thread T%d%s here:%s\n", d.Allocation(),
/external/robolectric/v1/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 284 milliseconds