Changeset 3e1cd17 for libcfa/src/heap.hfa
- Timestamp:
- Apr 12, 2024, 8:51:19 AM (21 months ago)
- Branches:
- master
- Children:
- b1b3df5
- Parents:
- 21e6da5 (diff), b78c54f (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
-
libcfa/src/heap.hfa (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/heap.hfa
r21e6da5 r3e1cd17 10 10 // Created On : Tue May 26 11:23:55 2020 11 11 // Last Modified By : Peter A. Buhr 12 // Last Modified On : Mon Sep 11 11:18:18 202313 // Update Count : 2 412 // Last Modified On : Mon Apr 1 09:36:20 2024 13 // Update Count : 25 14 14 // 15 15 … … 46 46 } // extern "C" 47 47 48 // New allocation operations. 48 49 void * resize( void * oaddr, size_t alignment, size_t size ); 49 50 void * realloc( void * oaddr, size_t alignment, size_t size ); … … 51 52 52 53 // Local Variables: // 53 // mode: c //54 54 // tab-width: 4 // 55 55 // End: //
Note:
See TracChangeset
for help on using the changeset viewer.