Home
last modified time | relevance | path

Searched refs:freeMemory (Results 1 – 18 of 18) sorted by relevance

/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/
DClassUnloadDebuggee.java96 long freeMemory = currentRuntime.freeMemory(); in createMemoryStress() local
98 … ("--> Debuggee: createMemoryStress: freeMemory (bytes) before memory stress = " + freeMemory); in createMemoryStress()
113 freeMemory = currentRuntime.freeMemory(); in createMemoryStress()
115 … ("--> Debuggee: createMemoryStress: freeMemory after creating memory stress = " + freeMemory); in createMemoryStress()
/external/deqp/external/vulkancts/modules/vulkan/memory/
DvktMemoryAllocationTests.cpp179 vkd.freeMemory(device, mem, (const VkAllocationCallbacks*)DE_NULL); in iterate()
189 vkd.freeMemory(device, mem, (const VkAllocationCallbacks*)DE_NULL); in iterate()
209 vkd.freeMemory(device, memoryObjects[ndx], (const VkAllocationCallbacks*)DE_NULL); in iterate()
222 vkd.freeMemory(device, mem, (const VkAllocationCallbacks*)DE_NULL); in iterate()
367 vkd.freeMemory(device, heap.objects[objectNdx].memory, (const VkAllocationCallbacks*)DE_NULL); in ~RandomAllocFreeTestInstance()
480 vkd.freeMemory(device, memoryObject.memory, (const VkAllocationCallbacks*)DE_NULL); in iterate()
/external/libmojo/jni/java/lang/
DRuntime.classRuntime.java package java.lang public java.lang.Runtime extends java.lang.Object ...
/external/ant-glob/src/org/apache/tools/ant/util/
DFileUtils.java40 + Runtime.getRuntime().freeMemory());
/external/deqp/external/vulkancts/framework/vulkan/
DvkDeviceFunctionPointers.inl10 FreeMemoryFunc freeMemory; variable
DvkInitDeviceFunctionPointers.inl10 m_vk.freeMemory = (FreeMemoryFunc) GET_PROC_ADDR("vkFreeMemory");
DvkDeviceDriverImpl.inl35 void DeviceDriver::freeMemory (VkDevice device, VkDeviceMemory memory, const VkAllocationCallbacks*… function in DeviceDriver
37 m_vk.freeMemory(device, memory, pAllocator);
DvkRefUtilImpl.inl10 m_deviceIface->freeMemory(m_device, obj, m_allocator);
DvkVirtualDeviceInterface.inl10 virtual void freeMemory (VkDevice device, VkDeviceMemory memory, const VkAllocationCallback…
DvkConcreteDeviceInterface.inl10 virtual void freeMemory (VkDevice device, VkDeviceMemory memory, const VkAllocationCallback…
DvkNullDriverImpl.inl200 VKAPI_ATTR void VKAPI_CALL freeMemory (VkDevice device, VkDeviceMemory memory, const VkAllocationCa… function
1447 VK_NULL_FUNC_ENTRY(vkFreeMemory, freeMemory),
/external/vulkan-validation-layers/demos/
Dcube.cpp321 device.freeMemory(textures[i].mem, nullptr); in cleanup()
328 device.freeMemory(depth.mem, nullptr); in cleanup()
331 device.freeMemory(uniform_data.mem, nullptr); in cleanup()
398 device.freeMemory(tex_objs->mem, nullptr); in destroy_texture_image()
2090 device.freeMemory(textures[i].mem, nullptr); in resize()
2096 device.freeMemory(depth.mem, nullptr); in resize()
2099 device.freeMemory(uniform_data.mem, nullptr); in resize()
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiNullHandleTests.cpp160 context.getDeviceInterface().freeMemory(context.getDevice(), memory, pAllocator); in release()
/external/icu/icu4j/perf-tests/src/com/ibm/icu/dev/test/perf/
DPerfTest.java653 free = runtime.freeMemory(); in gc()
/external/clang/test/Analysis/
Dmalloc.c1682 void freeMemory() { in freeMemory() function
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationCrossInstanceSharingTests.cpp107 m_vkd.freeMemory(m_device, getMemory(), DE_NULL); in ~SimpleAllocation()
DvktSynchronizationWin32KeyedMutexTests.cpp139 m_vkd.freeMemory(m_device, getMemory(), DE_NULL); in ~SimpleAllocation()
/external/vulkan-validation-layers/include/vulkan/
Dvulkan.hpp16080 void freeMemory( DeviceMemory memory, const AllocationCallbacks* pAllocator ) const in freeMemory() function in vk::Device
16086 …void freeMemory( DeviceMemory memory, Optional<const AllocationCallbacks> allocator = nullptr ) co… in freeMemory() function in vk::Device