Matt S Trout > Rakudo-Star-2012.08_001 > src/pmc/ptrbuf.pmc

Download:
Rakudo-Star-2012.08_001.tar.gz

Annotate this POD

Source  

NAME ^

src/pmc/ptrbuf.pmc - PtrBuf

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()

PtrBuf is always fat and manages its own attributes. Let Ptr know about this.

INTVAL get_integer()
void set_integer_native(INTVAL i)

Get and set the buffer size.

syntax highlighting: