129
edits
Changes
→Allocaters
===Allocaters===
Handles memory allocation for concurrent containers. In particular is used to help resolve issues that affect parallel programming. Called '''scalable_allocater<type>''' and '''cache_aligned_allocater<type>'''. Defined in "'''#include <tbb/scalable_allocator.h>'''"
==TBB Memory Allocation & Fixing Issues from Parallel Programming==