Handbook
Glossary
GLFWallocator
Vocabulary
glfw
.
ffi
Definition
USING:
alien.c-types
classes.struct
;
IN:
glfw.ffi
STRUCT:
GLFWallocator
{
allocate
GLFWallocatefun
}
{
reallocate
GLFWreallocatefun
}
{
deallocate
GLFWdeallocatefun
}
{
user void*
}
;
Methods
USING:
classes.struct
classes.struct.private
glfw.ffi
kernel
;
M:
GLFWallocator
clone
clone-underlying
\
GLFWallocator
memory>struct
;
inline
USING:
accessors
classes.struct
combinators.smart
glfw.ffi
;
M:
GLFWallocator
struct-slot-values
{
[
allocate>>
]
[
reallocate>>
]
[
deallocate>>
]
[
user>>
]
}
cleave>array
;
inline