MASA-Core
Defines
SpecialRowRAM.cpp File Reference
#include "SpecialRowRAM.hpp"
#include <stdlib.h>

Go to the source code of this file.

Defines

#define INITIAL_LENGTH   (1048*1048)
 Initial row size in number of elements.
#define LENGTH_MULTIPLIER   (1.5)
 Multiplier of the length whenever the row is full.

Define Documentation

#define INITIAL_LENGTH   (1048*1048)

Initial row size in number of elements.

Definition at line 27 of file SpecialRowRAM.cpp.

#define LENGTH_MULTIPLIER   (1.5)

Multiplier of the length whenever the row is full.

Definition at line 30 of file SpecialRowRAM.cpp.