Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcfa/src/heap.hfa

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