Changes in src/tests/alloc.c [a4683611:91c389a]
- File:
-
- 1 edited
-
src/tests/alloc.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/tests/alloc.c
ra4683611 r91c389a 10 10 // Created On : Wed Feb 3 07:56:22 2016 11 11 // Last Modified By : Peter A. Buhr 12 // Last Modified On : Fri Jun 2 15:13:03201713 // Update Count : 31 612 // Last Modified On : Thu Jul 20 16:01:10 2017 13 // Update Count : 318 14 14 // 15 15 16 #include <assert> 17 extern "C" { 16 #include <assert.h> 18 17 #include <malloc.h> // malloc_usable_size 19 18 #include <stdint.h> // uintptr_t 20 19 #include <stdlib.h> // posix_memalign 21 } // extern22 20 #include <fstream> 23 21 #include <stdlib> // access C malloc, realloc
Note:
See TracChangeset
for help on using the changeset viewer.