Changeset ecae5860 for src/libcfa/stdlib


Ignore:
Timestamp:
Jun 1, 2018, 7:53:43 PM (6 years ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, deferred_resn, demangler, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, with_gc
Children:
adb6a4f1
Parents:
b368dd8
Message:

more push/pop updates

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/libcfa/stdlib

    rb368dd8 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.