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

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)) |
| #define BlockSize (1 << 12) |
Definition at line 28 of file BlockArray.h.
Definition at line 29 of file BlockArray.h.
Referenced by HistoryScrollBlockArray::addCells(), and HistoryScrollBlockArray::getCells().
1.8.1.2