Back to FabImage Library website
You are here: Start » Function Reference » Configuration » InspectImageMemoryPools
Header: | FIL.h |
---|---|
Namespace: | fil |
Returns information about allocated image memory buffers. This information can be used for preallocation.
Syntax
C++
C#
void fil::InspectImageMemoryPools ( bool& outIsEnabled, ftl::Array<int>& outPoolSizes, ftl::Array<int>& outBlockLengths, int& outTotalUsage )