Changes in libcfa/src/stdhdr/malloc.h [bf71cfd:ada0246d]
- File:
-
- 1 edited
-
libcfa/src/stdhdr/malloc.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/stdhdr/malloc.h
rbf71cfd rada0246d 10 10 // Created On : Thu Jul 20 15:58:16 2017 11 11 // Last Modified By : Peter A. Buhr 12 // Last Modified On : Tue Jul 31 10:01:10 201813 // Update Count : 912 // Last Modified On : Wed May 27 14:13:14 2020 13 // Update Count : 18 14 14 // 15 16 17 size_t default_mmap_start(); // CFA extras18 size_t default_heap_expansion();19 20 _Bool traceHeap();21 _Bool traceHeapOn();22 _Bool traceHeapOff();23 24 _Bool traceHeapTerm();25 _Bool traceHeapTermOn();26 _Bool traceHeapTermOff();27 28 _Bool checkFree();29 _Bool checkFreeOn();30 _Bool checkFreeOff();31 32 extern "C" {33 size_t malloc_alignment( void * );34 _Bool malloc_zero_fill( void * );35 int malloc_stats_fd( int fd );36 void * cmemalign( size_t alignment, size_t noOfElems, size_t elemSize );37 } // extern "C"38 15 39 16 extern "C" { 40 17 #include_next <malloc.h> // has internal check for multiple expansion 41 18 } // extern "C" 19 20 #include <heap.hfa> 42 21 43 22 // Local Variables: //
Note:
See TracChangeset
for help on using the changeset viewer.