module IPC::SharedMemory(T)

Extended Modules

Defined in:

ipc/malloc.cr

Instance Method Summary

Instance Method Detail

def malloc(key : String, id : Int, size : Int, addr = Pointer(Void).null, flags = (IPC::Flag::Create | IPC::Flag::Read) | IPC::Flag::Write) #

[View source]
def manage(id : Int32, ptr : Pointer(U)) forall U #

[View source]