Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcfa/src/heap.hfa

    r92850ef rdd23e66  
    1010// Created On       : Tue May 26 11:23:55 2020
    1111// Last Modified By : Peter A. Buhr
    12 // Last Modified On : Mon Jul 20 18:52:31 2020
    13 // Update Count     : 11
     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();
Note: See TracChangeset for help on using the changeset viewer.