Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/tests/alloc.c

    r91c389a ra4683611  
    1010// Created On       : Wed Feb  3 07:56:22 2016
    1111// Last Modified By : Peter A. Buhr
    12 // Last Modified On : Thu Jul 20 16:01:10 2017
    13 // Update Count     : 318
     12// Last Modified On : Fri Jun  2 15:13:03 2017
     13// Update Count     : 316
    1414//
    1515
    16 #include <assert.h>
     16#include <assert>
     17extern "C" {
    1718#include <malloc.h>                                                                             // malloc_usable_size
    1819#include <stdint.h>                                                                             // uintptr_t
    1920#include <stdlib.h>                                                                             // posix_memalign
     21} // extern
    2022#include <fstream>
    2123#include <stdlib>                                                                               // access C malloc, realloc
Note: See TracChangeset for help on using the changeset viewer.