![]() |
GNU Octave
3.8.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
|
#include <cstddef>

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) |
| #define DECLARE_OCTAVE_ALLOCATOR |
Definition at line 95 of file oct-alloc.h.
| #define DECLARE_OCTAVE_ALLOCATOR_PLACEMENT_DELETE |
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.
1.8.1.2