Changeset 80fbdc9
- Timestamp:
- Oct 13, 2022, 10:33:27 PM (2 years ago)
- Branches:
- ADT, ast-experimental, master
- Children:
- 05d499ac
- Parents:
- 4af5396
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/heap.cfa
r4af5396 r80fbdc9 10 10 // Created On : Tue Dec 19 21:58:35 2017 11 11 // Last Modified By : Peter A. Buhr 12 // Last Modified On : Thu Oct 13 2 1:41:32 202213 // Update Count : 155 312 // Last Modified On : Thu Oct 13 22:21:52 2022 13 // Update Count : 1557 14 14 // 15 15 … … 28 28 #include "bits/align.hfa" // libAlign 29 29 #include "bits/defs.hfa" // likely, unlikely 30 #include "bits/locks.hfa" // __spinlock_t31 30 #include "concurrency/kernel/fwd.hfa" // __POLL_PREEMPTION 32 31 #include "startup.hfa" // STARTUP_PRIORITY_MEMORY … … 596 595 char helpText[512]; 597 596 __cfaabi_bits_print_buffer( STDERR_FILENO, helpText, sizeof(helpText), 598 "CFA warning (UNIX pid:%ld) : program terminating with % llu(0x%llx) bytes of storage allocated but not freed.\n"597 "CFA warning (UNIX pid:%ld) : program terminating with %ju(0x%jx) bytes of storage allocated but not freed.\n" 599 598 "Possible cause is unfreed storage allocated by the program or system/library routines called from the program.\n", 600 599 (long int)getpid(), allocUnfreed, allocUnfreed ); // always print the UNIX pid
Note: See TracChangeset
for help on using the changeset viewer.