System.SetMinimumBlockAlignment

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetMinimumBlockAlignment(AMinimumBlockAlignment: TMinimumBlockAlignment);

C++

extern DELPHI_PACKAGE void __fastcall SetMinimumBlockAlignment(TMinimumBlockAlignment AMinimumBlockAlignment);

Properties

Type Visibility Source Unit Parent
procedure
function
public
GETMEM.INC
System.hpp
System System

Description

Sets the minimum memory block alignment.

SetMinimumBlockAlignment sets the Memory Manager's minimum block alignment. Existing allocations are not affected if this setting is changed. The memory manager will enforce the new setting for all allocations made after the change.

See Also