- Timestamp:
- Aug 5, 2023, 9:41:11 AM (17 months ago)
- Branches:
- master
- Children:
- 502a107
- Parents:
- 028c2c6
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/heap.cfa
r028c2c6 ra47fe52 10 10 // Created On : Tue Dec 19 21:58:35 2017 11 11 // Last Modified By : Peter A. Buhr 12 // Last Modified On : Fri Jul 28 18:27:53202313 // Update Count : 161 212 // Last Modified On : Wed Aug 2 18:48:30 2023 13 // Update Count : 1614 14 14 // 15 15 … … 527 527 528 528 #ifdef __STATISTICS__ 529 heapMaster.stats += heapManager->stats; // retain this heap's statistics 529 530 heapMaster.threads_exited += 1; 530 531 #endif // __STATISTICS__ … … 564 565 fclose( stdin ); fclose( stdout ); // free buffer storage 565 566 if ( ! cfa_main_returned ) return; // do not check unfreed storage if exit called 567 568 #ifdef __STATISTICS__ 569 if ( getenv( "CFA_MALLOC_STATS" ) ) { // check for external printing 570 malloc_stats(); 571 } // if 572 #endif // __STATISTICS__ 566 573 567 574 #ifdef __CFA_DEBUG__
Note: See TracChangeset
for help on using the changeset viewer.