NAME
src/pmc/ptrbuf.pmc - PtrBuf PMC
DESCRIPTION
PtrBuf
is a pointer to a buffer.
No affordances for memory management have been made.
It has two things - a pointer and a size.
VTABLEs
void init()
INTVAL get_integer()
void set_integer_native(INTVAL i)
Get and set the buffer size.
PtrBuf
is always fat
and manages its own attributes.
Let Ptr
know about this.