Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcfa/src/stdhdr/malloc.h

    r76e2113 rcfbc703d  
    1010// Created On       : Thu Jul 20 15:58:16 2017
    1111// Last Modified By : Peter A. Buhr
    12 // Last Modified On : Thu Apr 16 22:44:06 2020
    13 // Update Count     : 13
     12// Last Modified On : Sun Mar  8 10:01:20 2020
     13// Update Count     : 11
    1414//
    1515
     
    3131
    3232extern "C" {
    33 void * aalloc( size_t noOfElems, size_t elemSize );
    34 void * amemalign( size_t alignment, size_t noOfElems, size_t elemSize );
    3533void * cmemalign( size_t alignment, size_t noOfElems, size_t elemSize );
    3634size_t malloc_alignment( void * );
    3735bool malloc_zero_fill( void * );
    38 size_t malloc_size( void * );
     36size_t malloc_dimension( void * );
    3937int malloc_stats_fd( int fd );
    4038} // extern "C"
Note: See TracChangeset for help on using the changeset viewer.