module IPC::SharedMemory(T)
Extended Modules
Defined in:
ipc/malloc.crInstance Method Summary
- #malloc(key : String, id : Int, size : Int, addr = Pointer(Void).null, flags = (IPC::Flag::Create | IPC::Flag::Read) | IPC::Flag::Write)
- #manage(id : Int32, ptr : Pointer(U)) forall U
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)
#