Back to FabImage Library website

You are here: Start » Function Reference » System » Configuration » ControlImageMemoryPools

ControlImageMemoryPools


Header: FIL.h
Namespace: fil
Module: FoundationLite

Enables or disables deterministic image memory allocator.

Applications: This may improve performance when many images are created and destroyed in an application.

Syntax

C++
C#
 
void fil::ControlImageMemoryPools
(
	bool inIsEnabled
)

Parameters

Name Type Default Description
Input value
inIsEnabled bool True Specifies whether memory pools should be used or not