Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcfa/src/heap.hfa

    r92aca37 rdd23e66  
    1010// Created On       : Tue May 26 11:23:55 2020
    1111// Last Modified By : Peter A. Buhr
    12 // Last Modified On : Sat Aug  8 17:36:48 2020
    13 // Update Count     : 16
     12// Last Modified On : Wed Aug  5 14:55:55 2020
     13// Update Count     : 14
    1414//
    1515
     
    1818size_t default_mmap_start();                                                    // CFA extras
    1919size_t default_heap_expansion();
     20bool default_heap_exhausted();                                                  // unsafe to call printf!
    2021
    2122bool traceHeap();
     
    3031bool checkFreeOn();
    3132bool checkFreeOff();
    32 
    33 // supported mallopt options
    34 #ifndef M_MMAP_THRESHOLD
    35 #define M_MMAP_THRESHOLD (-1)
    36 #endif // M_TOP_PAD
    37 #ifndef M_TOP_PAD
    38 #define M_TOP_PAD (-2)
    39 #endif // M_TOP_PAD
    4033
    4134extern "C" {
Note: See TracChangeset for help on using the changeset viewer.