Embedded Multicore Building Blocks V1.0.0
Classes
Memory Allocation

Functions, classes, and allocators for dynamic memory allocation. More...

Classes

class  embb::base::Allocation
 Common (static) functionality for unaligned and aligned memory allocation. More...
 
class  embb::base::Allocatable
 Overloaded new/delete operators. More...
 
class  embb::base::CacheAlignedAllocatable
 Overloaded new/delete operators. More...
 
class  embb::base::Allocator< Type >
 Allocator according to the C++ standard. More...
 
class  embb::base::AllocatorCacheAligned< Type >
 Allocator according to the C++ standard. More...
 

Detailed Description

Functions, classes, and allocators for dynamic memory allocation.