Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/libcfa/stdlib

    recae5860 re9a7e90b  
    1010// Created On       : Thu Jan 28 17:12:35 2016
    1111// Last Modified By : Peter A. Buhr
    12 // Last Modified On : Fri Jun  1 19:52:52 2018
    13 // Update Count     : 302
     12// Last Modified On : Wed May 16 07:53:10 2018
     13// Update Count     : 300
    1414//
    1515
     
    6767                return posix_memalign( (void **)ptr, align, sizeof(T) ); // C posix_memalign
    6868        } // posix_memalign
    69 } // distribution
    70 
    71 // Cforall dynamic allocation
    72 static inline forall( dtype T | sized(T) ) {
     69
     70
     71        // Cforall dynamic allocation
    7372        extern "C" { void * memset( void * dest, int c, size_t size ); } // use default C routine for void *
    7473
Note: See TracChangeset for help on using the changeset viewer.