Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/libcfa/stdlib

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