#include <cstddef>
Go to the source code of this file.
Classes | |
struct | octave_allocator::link |
class | octave_allocator |
Defines | |
#define | DECLARE_OCTAVE_ALLOCATOR |
#define | DECLARE_OCTAVE_ALLOCATOR_PLACEMENT_DELETE |
#define | DEFINE_OCTAVE_ALLOCATOR(t) |
#define | DEFINE_OCTAVE_ALLOCATOR2(t, s) |
#define DECLARE_OCTAVE_ALLOCATOR |
Definition at line 95 of file oct-alloc.h.
#define DECLARE_OCTAVE_ALLOCATOR_PLACEMENT_DELETE |
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, | ||
s | ||||
) |
Definition at line 97 of file oct-alloc.h.