GNU Octave  3.8.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Classes | Macros
oct-alloc.h File Reference
#include <cstddef>
Include dependency graph for oct-alloc.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  octave_allocator::link
class  octave_allocator

Macros

#define DECLARE_OCTAVE_ALLOCATOR
#define DECLARE_OCTAVE_ALLOCATOR_PLACEMENT_DELETE
#define DEFINE_OCTAVE_ALLOCATOR(t)
#define DEFINE_OCTAVE_ALLOCATOR2(t, s)

Macro Definition Documentation

#define DECLARE_OCTAVE_ALLOCATOR

Definition at line 95 of file oct-alloc.h.

#define DECLARE_OCTAVE_ALLOCATOR_PLACEMENT_DELETE
Value:
void operator delete (void *p, void *) \
{ ::operator delete (p); }

Definition at line 70 of file oct-alloc.h.

#define DEFINE_OCTAVE_ALLOCATOR (   t)

Definition at line 96 of file oct-alloc.h.

#define DEFINE_OCTAVE_ALLOCATOR2 (   t,
 
)

Definition at line 97 of file oct-alloc.h.