/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/ |
D | ClassUnloadDebuggee.java | 96 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/ |
D | vktMemoryAllocationTests.cpp | 179 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/ |
D | Runtime.class | Runtime.java
package java.lang
public java.lang.Runtime extends java.lang.Object ... |
/external/ant-glob/src/org/apache/tools/ant/util/ |
D | FileUtils.java | 40 + Runtime.getRuntime().freeMemory());
|
/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkDeviceFunctionPointers.inl | 10 FreeMemoryFunc freeMemory; variable
|
D | vkInitDeviceFunctionPointers.inl | 10 m_vk.freeMemory = (FreeMemoryFunc) GET_PROC_ADDR("vkFreeMemory");
|
D | vkDeviceDriverImpl.inl | 35 void DeviceDriver::freeMemory (VkDevice device, VkDeviceMemory memory, const VkAllocationCallbacks*… function in DeviceDriver 37 m_vk.freeMemory(device, memory, pAllocator);
|
D | vkRefUtilImpl.inl | 10 m_deviceIface->freeMemory(m_device, obj, m_allocator);
|
D | vkVirtualDeviceInterface.inl | 10 virtual void freeMemory (VkDevice device, VkDeviceMemory memory, const VkAllocationCallback…
|
D | vkConcreteDeviceInterface.inl | 10 virtual void freeMemory (VkDevice device, VkDeviceMemory memory, const VkAllocationCallback…
|
D | vkNullDriverImpl.inl | 200 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/ |
D | cube.cpp | 321 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/ |
D | vktApiNullHandleTests.cpp | 160 context.getDeviceInterface().freeMemory(context.getDevice(), memory, pAllocator); in release()
|
/external/icu/icu4j/perf-tests/src/com/ibm/icu/dev/test/perf/ |
D | PerfTest.java | 653 free = runtime.freeMemory(); in gc()
|
/external/clang/test/Analysis/ |
D | malloc.c | 1682 void freeMemory() { in freeMemory() function
|
/external/deqp/external/vulkancts/modules/vulkan/synchronization/ |
D | vktSynchronizationCrossInstanceSharingTests.cpp | 107 m_vkd.freeMemory(m_device, getMemory(), DE_NULL); in ~SimpleAllocation()
|
D | vktSynchronizationWin32KeyedMutexTests.cpp | 139 m_vkd.freeMemory(m_device, getMemory(), DE_NULL); in ~SimpleAllocation()
|
/external/vulkan-validation-layers/include/vulkan/ |
D | vulkan.hpp | 16080 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
|