Interface ChunkAllocI

    • Method Detail

      • address

        default long address()
        Description copied from interface: Pointer
        Returns the raw pointer address as a long value.
        Specified by:
        address in interface Pointer
        Returns:
        the pointer address
      • callback

        default long callback(long args)
        Description copied from interface: CallbackI.P
        Will be called by native code.
        Specified by:
        callback in interface CallbackI.P
        Parameters:
        args - pointer to a DCArgs iterator
        Returns:
        the value to store to the result DCValue
      • invoke

        long invoke(long new_addr,
                    long size,
                    long alignment,
                    long zero,
                    long commit,
                    int arena_ind)
        Chunk allocation hook.
        Parameters:
        new_addr -
        size -
        alignment -
        zero -
        commit -
        arena_ind -