Show / Hide Table of Contents

    Enum H5F.mem_t

    Types of allocation requests

    Namespace: HDF.PInvoke
    Assembly: HDF.PInvoke.dll
    Syntax
    public enum mem_t : int

    Fields

    Name Description
    BTREE

    B-tree data [value = 2].

    DEFAULT

    Value not yet set. Can also be the datatype set in a larger allocation that will be suballocated by the library. Must be zero. [value = 0].

    DRAW

    Raw data (content of datasets, etc.) [value = 3].

    GHEAP

    Global heap data [value = 4].

    LHEAP

    Local heap data [value = 5].

    NOLIST

    Data should not appear in the free list. [value = -1].

    NTYPES

    Sentinel value [value = 7].

    OHDR

    Object header data [value = 6].

    SUPER

    Superblock data [value = 1].

    • Improve this Doc
    • View Source
    Back to top Generated by DocFX