Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcfa/src/heap.cfa

    rada0246d r9c438546  
    1010// Created On       : Tue Dec 19 21:58:35 2017
    1111// Last Modified By : Peter A. Buhr
    12 // Last Modified On : Wed May 27 15:08:49 2020
    13 // Update Count     : 770
     12// Last Modified On : Sun May 17 20:58:17 2020
     13// Update Count     : 762
    1414//
    1515
     
    2020#include <string.h>                                                                             // memset, memcpy
    2121#include <limits.h>                                                                             // ULONG_MAX
    22 #include <malloc.h>                                                                             // memalign, malloc_usable_size
     22extern "C" {
    2323#include <sys/mman.h>                                                                   // mmap, munmap
     24} // extern "C"
    2425
    2526#include "bits/align.hfa"                                                               // libPow2
     
    2829#include "startup.hfa"                                                                  // STARTUP_PRIORITY_MEMORY
    2930//#include "stdlib.hfa"                                                                 // bsearchl
     31#include "malloc.h"
    3032#include "bitmanip.hfa"                                                                 // ceiling
    3133
Note: See TracChangeset for help on using the changeset viewer.