Home
last modified time | relevance | path

Searched refs:heapAddr (Results 1 – 11 of 11) sorted by relevance

/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/Core/HLE/
H A DsceHeap.cpp86 Heap *heap = getHeap(heapAddr);
104 static int sceHeapGetMallinfo(u32 heapAddr, u32 infoPtr) {
110 Heap *heap = getHeap(heapAddr);
137 static int sceHeapGetTotalFreeSize(u32 heapAddr) {
138 Heap *heap = getHeap(heapAddr);
144 DEBUG_LOG(HLE, "sceHeapGetTotalFreeSize(%08x)", heapAddr);
169 static int sceHeapDeleteHeap(u32 heapAddr) {
170 Heap *heap = getHeap(heapAddr);
176 DEBUG_LOG(HLE, "sceHeapDeleteHeap(%08x)", heapAddr);
177 heapList.erase(heapAddr);
[all …]
/dports/emulators/ppsspp/ppsspp-1.12.3/Core/HLE/
H A DsceHeap.cpp86 Heap *heap = getHeap(heapAddr); in sceHeapFreeHeapMemory()
104 static int sceHeapGetMallinfo(u32 heapAddr, u32 infoPtr) { in sceHeapGetMallinfo() argument
110 Heap *heap = getHeap(heapAddr); in sceHeapAllocHeapMemoryWithOption()
137 static int sceHeapGetTotalFreeSize(u32 heapAddr) { in sceHeapGetTotalFreeSize() argument
138 Heap *heap = getHeap(heapAddr); in sceHeapGetTotalFreeSize()
144 DEBUG_LOG(HLE, "sceHeapGetTotalFreeSize(%08x)", heapAddr); in sceHeapGetTotalFreeSize()
169 static int sceHeapDeleteHeap(u32 heapAddr) { in sceHeapDeleteHeap() argument
170 Heap *heap = getHeap(heapAddr); in sceHeapDeleteHeap()
176 DEBUG_LOG(HLE, "sceHeapDeleteHeap(%08x)", heapAddr); in sceHeapDeleteHeap()
177 heapList.erase(heapAddr); in sceHeapDeleteHeap()
[all …]
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/Core/HLE/
H A DsceHeap.cpp86 Heap *heap = getHeap(heapAddr); in sceHeapFreeHeapMemory()
104 static int sceHeapGetMallinfo(u32 heapAddr, u32 infoPtr) { in sceHeapGetMallinfo() argument
110 Heap *heap = getHeap(heapAddr); in sceHeapAllocHeapMemoryWithOption()
137 static int sceHeapGetTotalFreeSize(u32 heapAddr) { in sceHeapGetTotalFreeSize() argument
138 Heap *heap = getHeap(heapAddr); in sceHeapGetTotalFreeSize()
144 DEBUG_LOG(HLE, "sceHeapGetTotalFreeSize(%08x)", heapAddr); in sceHeapGetTotalFreeSize()
169 static int sceHeapDeleteHeap(u32 heapAddr) { in sceHeapDeleteHeap() argument
170 Heap *heap = getHeap(heapAddr); in sceHeapDeleteHeap()
176 DEBUG_LOG(HLE, "sceHeapDeleteHeap(%08x)", heapAddr); in sceHeapDeleteHeap()
177 heapList.erase(heapAddr); in sceHeapDeleteHeap()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/gc/z/
H A DZCollectedHeap.java55 Address heapAddr = addr.addOffsetTo(zHeapFieldOffset); in heap() local
56 return (ZHeap)VMObjectFactory.newObject(ZHeap.class, heapAddr); in heap()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/gc/z/
H A DZCollectedHeap.java55 Address heapAddr = addr.addOffsetTo(zHeapFieldOffset); in heap() local
56 return (ZHeap)VMObjectFactory.newObject(ZHeap.class, heapAddr); in heap()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/gc/z/
H A DZCollectedHeap.java55 Address heapAddr = addr.addOffsetTo(zHeapFieldOffset); in heap() local
56 return (ZHeap)VMObjectFactory.newObject(ZHeap.class, heapAddr); in heap()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/gc/z/
H A DZCollectedHeap.java57 Address heapAddr = addr.addOffsetTo(zHeapFieldOffset); in heap() local
58 return (ZHeap)VMObjectFactory.newObject(ZHeap.class, heapAddr); in heap()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/gc/z/
H A DZCollectedHeap.java57 Address heapAddr = addr.addOffsetTo(zHeapFieldOffset); in heap() local
58 return (ZHeap)VMObjectFactory.newObject(ZHeap.class, heapAddr); in heap()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/gc/z/
H A DZCollectedHeap.java57 Address heapAddr = addr.addOffsetTo(zHeapFieldOffset); in heap() local
58 return (ZHeap)VMObjectFactory.newObject(ZHeap.class, heapAddr); in heap()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/gc/z/
H A DZCollectedHeap.java57 Address heapAddr = addr.addOffsetTo(zHeapFieldOffset); in heap() local
58 return (ZHeap)VMObjectFactory.newObject(ZHeap.class, heapAddr); in heap()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/gc/z/
H A DZCollectedHeap.java57 Address heapAddr = addr.addOffsetTo(zHeapFieldOffset); in heap() local
58 return (ZHeap)VMObjectFactory.newObject(ZHeap.class, heapAddr); in heap()