Blender  V3.3
Classes | Macros
gim_array.h File Reference
#include "gim_memory.h"

Go to the source code of this file.

Classes

class  gim_array< T >
 Very simple array container with fast access and simd memory. More...
 

Macros

#define GIM_ARRAY_GROW_INCREMENT   2
 
#define GIM_ARRAY_GROW_FACTOR   2
 

Detailed Description

Author
Francisco Leon Najera

Definition in file gim_array.h.

Macro Definition Documentation

◆ GIM_ARRAY_GROW_FACTOR

#define GIM_ARRAY_GROW_FACTOR   2

Definition at line 38 of file gim_array.h.

◆ GIM_ARRAY_GROW_INCREMENT

#define GIM_ARRAY_GROW_INCREMENT   2

Definition at line 37 of file gim_array.h.