Changeset 6c144d8 for libcfa/src/heap.hfa
- Timestamp:
- Aug 6, 2020, 3:34:47 PM (22 months ago)
- Branches:
- arm-eh, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast, new-ast-unique-expr
- Children:
- 1eb239e4, c8e4b23d
- Parents:
- d3a518c (diff), 74cfe054 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/heap.hfa
rd3a518c r6c144d8 10 10 // Created On : Tue May 26 11:23:55 2020 11 11 // Last Modified By : Peter A. Buhr 12 // Last Modified On : Mon Jul 20 18:52:31202013 // Update Count : 1 112 // Last Modified On : Wed Aug 5 14:55:55 2020 13 // Update Count : 14 14 14 // 15 15 … … 18 18 size_t default_mmap_start(); // CFA extras 19 19 size_t default_heap_expansion(); 20 bool default_heap_exhausted(); // unsafe to call printf! 20 21 21 22 bool traceHeap();
Note: See TracChangeset
for help on using the changeset viewer.