Interface ChunkDallocI

    • 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 boolean callback(long args)
        Description copied from interface: CallbackI.Z
        Will be called by native code.
        Specified by:
        callback in interface CallbackI.Z
        Parameters:
        args - pointer to a DCArgs iterator
        Returns:
        the value to store to the result DCValue
      • invoke

        boolean invoke(long chunk,
                       long size,
                       boolean committed,
                       int arena_ind)
        Chunk deallocation hook.
        Parameters:
        chunk -
        size -
        committed -
        arena_ind -