Class FlwMemoryTracker

java.lang.Object
dev.engine_room.flywheel.lib.memory.FlwMemoryTracker

public final class FlwMemoryTracker extends Object
  • Method Details

    • malloc

      public static long malloc(long size)
    • calloc

      public static long calloc(long num, long size)
    • realloc

      public static long realloc(long ptr, long size)
    • free

      public static void free(long ptr)
    • _allocCpuMemory

      public static void _allocCpuMemory(long size)
    • _freeCpuMemory

      public static void _freeCpuMemory(long size)
    • _allocGpuMemory

      public static void _allocGpuMemory(long size)
    • _freeGpuMemory

      public static void _freeGpuMemory(long size)
    • getCpuMemory

      public static long getCpuMemory()
    • getGpuMemory

      public static long getGpuMemory()