Home
last modified time | relevance | path

Searched refs:FreeMemory (Results 1 – 19 of 19) sorted by relevance

/external/tensorflow/tensorflow/core/common_runtime/gpu/
Dgpu_event_mgr.h78 FreeMemory(to_free); in ThenDeleteBuffer()
89 FreeMemory(to_free); in ThenExecute()
112 void FreeMemory(const ToFreeVector& to_free) { in FreeMemory() function
Dgpu_event_mgr.cc145 FreeMemory(to_free); in PollLoop()
Dgpu_event_mgr_test.cc66 em_->FreeMemory(to_free); in PollEvents()
/external/vboot_reference/utility/
Deficompress.c95 FreeMemory (
455 FreeMemory () in FreeMemory() function
888 FreeMemory(); in Encode()
938 FreeMemory(); in Encode()
/external/skia/src/gpu/vk/
DGrVkMemory.cpp241 GR_VK_CALL(gpu->vkInterface(), FreeMemory(gpu->device(), alloc.fMemory, nullptr)); in FreeImageMemory()
534 GR_VK_CALL(iface, FreeMemory(fGpu->device(), fAlloc, nullptr)); in ~GrVkSubHeap()
668 GR_VK_CALL(iface, FreeMemory(fGpu->device(), alloc.fMemory, nullptr)); in free()
DGrVkInterface.cpp75 ACQUIRE_PROC(FreeMemory, VK_NULL_HANDLE, device); in GrVkInterface()
/external/skqp/src/gpu/vk/
DGrVkMemory.cpp241 GR_VK_CALL(gpu->vkInterface(), FreeMemory(gpu->device(), alloc.fMemory, nullptr)); in FreeImageMemory()
534 GR_VK_CALL(iface, FreeMemory(fGpu->device(), fAlloc, nullptr)); in ~GrVkSubHeap()
668 GR_VK_CALL(iface, FreeMemory(fGpu->device(), alloc.fMemory, nullptr)); in free()
DGrVkInterface.cpp75 ACQUIRE_PROC(FreeMemory, VK_NULL_HANDLE, device); in GrVkInterface()
/external/v8/src/heap/
Dspaces.cc434 void MemoryAllocator::FreeMemory(base::VirtualMemory* reservation, in FreeMemory() function in v8::internal::MemoryAllocator
447 void MemoryAllocator::FreeMemory(Address base, size_t size, in FreeMemory() function in v8::internal::MemoryAllocator
914 FreeMemory(reservation, chunk->executable()); in AllocateChunk()
916 FreeMemory(chunk->address(), chunk->size(), chunk->executable()); in AllocateChunk()
930 FreeMemory(chunk->address(), static_cast<size_t>(MemoryChunk::kPageSize), in AllocateChunk()
Dspaces.h1302 void FreeMemory(base::VirtualMemory* reservation, Executability executable);
1304 void FreeMemory(Address addr, size_t size, Executability executable);
/external/google-breakpad/src/google_breakpad/processor/
Dminidump.h221 void FreeMemory();
/external/libese/third_party/NXPNFC_P61_JCOP_Kit/src/
DJcopOsDownload.cpp691 void JcopOsDwnld::FreeMemory(void *pMem)
/external/vulkan-validation-layers/demos/smoke/
DMeshes.cpp429 vk::FreeMemory(dev_, mem_, nullptr); in ~Meshes()
DSmoke.cpp364 vk::FreeMemory(dev_, frame_data_mem_, nullptr); in destroy_frame_data()
/external/skqp/tests/
DVkHardwareBufferTest.cpp496 DECLARE_VK_PROC(FreeMemory);
766 ACQUIRE_DEVICE_VK_PROC(FreeMemory); in init()
/external/vulkan-validation-layers/tests/layers/
Dwrap_objects.cpp252 device_dispatch_table(device)->FreeMemory(device, memory, pAllocator); in vkFreeMemory()
/external/vulkan-validation-layers/loader/
Dtrampoline.c916 disp->FreeMemory(device, mem, pAllocator);
/external/google-breakpad/src/processor/
Dminidump.cc1271 void MinidumpMemoryRegion::FreeMemory() { in FreeMemory() function in google_breakpad::MinidumpMemoryRegion
/external/vulkan-validation-layers/layers/
Dcore_validation.cpp3022 VKAPI_ATTR void VKAPI_CALL FreeMemory(VkDevice device, VkDeviceMemory mem, const VkAllocationCallba… in FreeMemory() function
3030 dev_data->dispatch_table.FreeMemory(device, mem, pAllocator); in FreeMemory()
11981 {"vkFreeMemory", (void *)FreeMemory},