Unit 'LVM' Package
[Overview][Constants][Types][Procedures and functions][Index] [#os2units]

_Allocation_Algorithm

Declaration

Source position: lvm.pas line 519

type _Allocation_Algorithm = (

  Automatic,

  Best_Fit,

  First_Fit,

  Last_Fit,

  From_Largest,

  From_Smallest,

  All

);


Documentation generated on: 2025-07-25