Searched refs:FreeMemory (Results 1 - 18 of 18) sorted by relevance

/external/skia/src/gpu/vk/
H A DGrVkBuffer.cpp73 VK_CALL(gpu, FreeMemory(gpu->device(), alloc, nullptr));
107 VK_CALL(gpu, FreeMemory(gpu->device(), fAlloc, nullptr));
H A DGrVkMemory.cpp79 GR_VK_CALL(interface, FreeMemory(device, *memory, nullptr));
102 GR_VK_CALL(interface, FreeMemory(device, *memory, nullptr));
H A DGrVkImage.cpp117 VK_CALL(gpu, FreeMemory(gpu->device(), fAlloc, nullptr));
H A DGrVkInterface.cpp40 GET_PROC(FreeMemory);
/external/vboot_reference/utility/
H A Deficompress.c95 FreeMemory (
455 FreeMemory () function
888 FreeMemory();
938 FreeMemory();
/external/vulkan-validation-layers/include/vulkan/
H A Dvk_layer.h53 PFN_vkFreeMemory FreeMemory; member in struct:VkLayerDispatchTable_
/external/valgrind/VEX/switchback/
H A Dtest_emfloat.c1866 void FreeMemory ( void* p, int* zz ) function
1928 FreeMemory((void *)abase,&systemerror);
1929 FreeMemory((void *)bbase,&systemerror);
1930 FreeMemory((void *)cbase,&systemerror);
/external/google-breakpad/src/google_breakpad/processor/
H A Dminidump.h68 // FreeMemory method is provided by MinidumpMemoryRegion, allowing the user
221 void FreeMemory();
/external/vulkan-validation-layers/loader/
H A Dtable_ops.h65 table->FreeMemory = (PFN_vkFreeMemory)gpa(dev, "vkFreeMemory");
300 if (!strcmp(name, "FreeMemory"))
301 return (void *)table->FreeMemory;
H A Dtrampoline.c921 disp->FreeMemory(device, mem, pAllocator);
/external/vulkan-validation-layers/demos/smoke/
H A DMeshes.cpp476 vk::FreeMemory(dev_, mem_, nullptr);
H A DSmoke.cpp397 vk::FreeMemory(dev_, frame_data_mem_, nullptr);
/external/v8/src/heap/
H A Dspaces.cc318 FreeMemory(reinterpret_cast<Address>(chunk), MemoryChunk::kPageSize,
324 // TODO(gc) this will be true again when we fix FreeMemory.
416 void MemoryAllocator::FreeMemory(base::VirtualMemory* reservation, function in class:v8::internal::MemoryAllocator
429 void MemoryAllocator::FreeMemory(Address base, size_t size, function in class:v8::internal::MemoryAllocator
797 FreeMemory(reservation, chunk->executable());
799 FreeMemory(chunk->address(), chunk->size(), chunk->executable());
H A Dspaces.h1468 void FreeMemory(base::VirtualMemory* reservation, Executability executable);
1469 void FreeMemory(Address addr, size_t size, Executability executable);
1517 // FreeMemory can be called concurrently when PreFree was executed before.
/external/vulkan-validation-layers/layers/
H A Dobject_tracker.h876 get_dispatch_table(object_tracker_device_table_map, device)->FreeMemory(device, mem, pAllocator);
H A Dparameter_validation.cpp1919 get_dispatch_table(pc_device_table_map, device)->FreeMemory(device, memory, pAllocator);
H A Dcore_validation.cpp5379 my_data->device_dispatch_table->FreeMemory(device, mem, pAllocator);
/external/google-breakpad/src/processor/
H A Dminidump.cc1271 void MinidumpMemoryRegion::FreeMemory() { function in class:google_breakpad::MinidumpMemoryRegion

Completed in 366 milliseconds