Navigation

Operators and Keywords

Function List:

C++ API

octave_allocator Class Reference

#include <oct-alloc.h>

Collaboration diagram for octave_allocator:

List of all members.


Classes

struct  link

Public Member Functions

 octave_allocator (size_t item_sz, int grow_sz=256)
void * alloc (size_t size)
void free (void *p, size_t size)

Constructor & Destructor Documentation

octave_allocator::octave_allocator ( size_t  item_sz,
int  grow_sz = 256 
) [inline]


Member Function Documentation

void * octave_allocator::alloc ( size_t  size  ) 

void octave_allocator::free ( void *  p,
size_t  size 
)


The documentation for this class was generated from the following files: