GNU Octave  4.2.1
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
BlockArray.h File Reference
#include <unistd.h>
Include dependency graph for BlockArray.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  Block
 
class  BlockArray
 

Macros

#define BlockSize   (1 << 12)
 
#define ENTRIES   ((BlockSize - sizeof(size_t) ) / sizeof(unsigned char))
 

Macro Definition Documentation

#define BlockSize   (1 << 12)

Definition at line 28 of file BlockArray.h.

#define ENTRIES   ((BlockSize - sizeof(size_t) ) / sizeof(unsigned char))