aGrUM  0.14.2
smallObjectAllocator.h File Reference

Headers of gum::SmallObjectAllocator. More...

+ Include dependency graph for smallObjectAllocator.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  gum::SmallObjectAllocator
 <agrum/core/smallObjectAllocator.h> More...
 

Namespaces

 gum
 gum is the global namespace for all aGrUM entities
 

Macros

#define SOA_ALLOCATE(x)   SmallObjectAllocator::instance().allocate(x)
 
#define SOA_DEALLOCATE(x, y)   SmallObjectAllocator::instance().deallocate(x, y)
 

Detailed Description

Headers of gum::SmallObjectAllocator.

Author
Jean-Christophe MAGNAN and Pierre-Henri WUILLEMIN

Definition in file smallObjectAllocator.h.

Macro Definition Documentation

◆ SOA_ALLOCATE

◆ SOA_DEALLOCATE