#include <Task.h>
Task Allocator class interface used to allocate tasks. More...
Public Member Functions | |
virtual void * | allocate (std::size_t sz)=0 |
virtual void | free (void *ptr, std::size_t sz)=0 |
|
pure virtual |
Implemented in sofa::simulation::StdTaskAllocator.
|
pure virtual |
Implemented in sofa::simulation::StdTaskAllocator.