Classes | Defines

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

Defines

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

Define 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,
  s 
)

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

 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Defines