Ignore:
Timestamp:
Jun 2, 2020, 11:37:23 AM (5 years ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum
Children:
04b4a71
Parents:
3d46f01
Message:

comment random function about returning int, and reduce includes for stdlib.hfa

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcfa/src/heap.hfa

    r3d46f01 r4e7c0fc0  
    1010// Created On       : Tue May 26 11:23:55 2020
    1111// Last Modified By : Peter A. Buhr
    12 // Last Modified On : Tue May 26 18:13:56 2020
    13 // Update Count     : 7
     12// Last Modified On : Mon Jun  1 21:19:00 2020
     13// Update Count     : 10
    1414//
    1515
     
    3636        void * amemalign( size_t align, size_t dim, size_t elemSize );
    3737        void * cmemalign( size_t align, size_t noOfElems, size_t elemSize );
     38        size_t malloc_alignment( void * addr );
     39        bool malloc_zero_fill( void * addr );
    3840        size_t malloc_size( void * addr );
    39         size_t malloc_alignment( void * addr );
    40         bool malloc_zero_fill( void * );
     41        size_t malloc_usable_size( void * addr );
    4142        int malloc_stats_fd( int fd );
    4243} // extern "C"
Note: See TracChangeset for help on using the changeset viewer.