Prism Ruby parser
|
A pm_buffer_t is a simple memory buffer that stores data in a contiguous block of memory. More...
#include <pm_buffer.h>
Data Fields | |
size_t | length |
The length of the buffer in bytes. | |
size_t | capacity |
The capacity of the buffer in bytes that has been allocated. | |
char * | value |
A pointer to the start of the buffer. | |
A pm_buffer_t is a simple memory buffer that stores data in a contiguous block of memory.