Create a copy of memory
Create a field memory backed by an direct buffer.
Create a field memory backed by an direct buffer.
The type of the desired field memory.
The allocated field memory, which may be upcast to the appropriate class based on fieldType.
Release a field memory back to the pool.
Release a field memory back to the pool.
The field memory to be released.
A factory for producing field memory allocators.
Currently each ComputeGraph gets its own allocator. Some uses within the Cogdebugger didn't have access to the ComputeGraph's allocator and so use a global one.