Ioannis Koutras
|
625d95c720
Fixed allocation size for big block malloc()
|
před 13 roky |
Ioannis Koutras
|
ba1ddb48e2
Print free information for a big block before actually releasing its memory
|
před 13 roky |
Ioannis Koutras
|
29a2c96347
Big blocks should not include the size of extra headers
|
před 13 roky |
Ioannis Koutras
|
f06cb998f5
Status message for debug support
|
před 13 roky |
Ioannis Koutras
|
f1e1240677
Formalized and integrated the debug functions for a quick check
|
před 13 roky |
Ioannis Koutras
|
2551b00d3e
Removed dead code
|
před 13 roky |
Ioannis Koutras
|
f73e004b24
Support for raw block and global statistics
|
před 13 roky |
Ioannis Koutras
|
dc6c6ddf83
Trace functions for BIGBLOCK raw blocks
|
před 13 roky |
Ioannis Koutras
|
ae99acf554
Use TRACE_1 to expose total memory requested and allocated.
|
před 13 roky |
Ioannis Koutras
|
af04640fb3
Initial realloc support for memory blocks on bitmap-organised raw blocks
|
před 13 roky |
Ioannis Koutras
|
a5e2ad7759
Fixed total requested memory statistic on bitmap-organised raw blocks
|
před 13 roky |
Ioannis Koutras
|
1ed21e0d87
Support for statistics in operations for bitmap-organized raw blocks
|
před 13 roky |
Ioannis Koutras
|
364d67a7ee
Proper use of the BMAP_EL_INIT_VAL macro
|
před 13 roky |
Ioannis Koutras
|
0a9c3e56a9
Dynamic size of the bitmap vector according to the raw block size and the resolution
|
před 13 roky |
Ioannis Koutras
|
122adcb347
Initial tracing support
|
před 13 roky |
Ioannis Koutras
|
5f87961d48
Separated freelist_free() from freelist_malloc.c source file
|
před 13 roky |
Ioannis Koutras
|
bb05473edb
Added comments on raw block and bitmap raw block's data structures
|
před 13 roky |
Ioannis Koutras
|
0d2478f148
Added requested size info for requests on bitmap-organized raw blocks
|
před 13 roky |
Ioannis Koutras
|
4ed140323a
Set the default allocation size request to 4MB
|
před 13 roky |
Ioannis Koutras
|
9ebf89324f
Fix in bitmap-organized raw block; Example and Larson tests now pass
|
před 13 roky |
Ioannis Koutras
|
65913f64f8
Cleaned up a bit the bitmap implementation
|
před 13 roky |
Ioannis Koutras
|
7e0a66ce23
Fixed and cleaned splitting and coalescing for freelist-organized raw blocks
|
před 13 roky |
Ioannis Koutras
|
2fa5f1a3c3
Suppport for direct mmap() use for large memory requests
|
před 13 roky |
Ioannis Koutras
|
48747ab568
Renamed bibop to bitmap
|
před 13 roky |
Ioannis Koutras
|
143639c31b
Small optimization in bibop_free()
|
před 13 roky |
Ioannis Koutras
|
af4d78f303
bibop_free + minor changes in bibop raw blocks
|
před 13 roky |
Ioannis Koutras
|
86aae478f3
Do nothing if free(NULL) is called
|
před 13 roky |
Ioannis Koutras
|
2a4d7ce342
BiBoP raw block implementation; bibop_free pending
|
před 13 roky |
Ioannis Koutras
|
ffa301359d
Cleaned up the CMake status messages
|
před 13 roky |
Ioannis Koutras
|
c5b79398e7
Reorganized the file and directory structure before the BiBoP integration
|
před 13 roky |