Ignore:
Timestamp:
Apr 12, 2024, 8:51:19 AM (21 months ago)
Author:
Peter A. Buhr <pabuhr@…>
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.
Message:

Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcfa/src/heap.hfa

    r21e6da5 r3e1cd17  
    1010// Created On       : Tue May 26 11:23:55 2020
    1111// Last Modified By : Peter A. Buhr
    12 // Last Modified On : Mon Sep 11 11:18:18 2023
    13 // Update Count     : 24
     12// Last Modified On : Mon Apr  1 09:36:20 2024
     13// Update Count     : 25
    1414//
    1515
     
    4646} // extern "C"
    4747
     48// New allocation operations.
    4849void * resize( void * oaddr, size_t alignment, size_t size );
    4950void * realloc( void * oaddr, size_t alignment, size_t size );
     
    5152
    5253// Local Variables: //
    53 // mode: c //
    5454// tab-width: 4 //
    5555// End: //
Note: See TracChangeset for help on using the changeset viewer.