Package one.nio.mem

Interface Allocator

    • Method Detail

      • malloc

        long malloc​(int size)
      • calloc

        long calloc​(int size)
      • free

        void free​(long address)
      • verify

        void verify()
        Verify the layout of the heap. Expensive operation, used only for debugging purposes.