Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 3.28 KB

07f3158f-d225-b371-7998-bb6c22017c17.md

File metadata and controls

26 lines (19 loc) · 3.28 KB

BlastPackageData Methods

The BlastPackageData type exposes the following members.

Methods

 

NameDescription
Public methodClone() clone package with currently set allocator
Public methodClone(Allocator) clone package with given allocator
Public methodCloneData(Int32) clone n data segments into 1 block and index it with pointers - the first block contains the root pointer which can be freed
Public methodCloneData(Int32, BlastMetaDataStack*) clone n segments into 1 memory block and index it with pointers - the first block contains the root pointer to free later
Public methodCloneData(Int32, Allocator) clone n segments into 1 memory block and index it with pointers - the first block contains the root pointer to free later
Public methodCloneDataStack(Int32) clone n data segments into 1 block and index it with pointers - the first block contains the root pointer which can be freed
Public methodCloneDataStack(Int32, BlastSSMDDataStack*) clone n segments into 1 memory block and index it with pointers - the first block contains the root pointer to free later
Public methodCloneDataStack(Int32, Allocator) clone n segments into 1 memory block and index it with pointers - the first block contains the root pointer to free later
Public methodFree free any memory allocated
Public methodStatic memberFreeData(BlastMetaDataStack*, Allocator) free memory used by an ssmd data block
Public methodStatic memberFreeData(BlastSSMDDataStack*, Allocator) free memory used by an ssmd data block
  Back to Top

See Also

Reference

BlastPackageData Structure
NSS.Blast Namespace