zigbee-herdsman
    Preparing search index...

    Enumeration EzspMemoryUsageData

    v17+

    Index

    Enumeration Members

    CURRENT_HEAP_HIGH_WATERMARK: 3

    Gets the "high watermark" of the heap (the highest the heap has been) in bytes at the time requested

    CURRENT_USED_HEAP_SIZE: 2

    Gets the used heap size in bytes at the time requested

    INIT_HEAP_HIGH_WATERMARK: 5

    Gets the "high watermark" of the heap (the highest the heap has been) in bytes at the time after sl_system_init

    INIT_USED_HEAP_SIZE: 4

    Gets the used heap size in bytes at the time after sl_system_init

    TOTAL_HEAP_SIZE: 1

    Gets the total available heap size in bytes