Ioannis Koutras
|
d4a491cd35
Got rid of requested_size in case we don't need it.
|
14 年之前 |
Ioannis Koutras
|
a85e415824
Set size now takes place along with marking blocks as used/free.
|
14 年之前 |
Ioannis Koutras
|
969a004a64
Initial support for doubly linked lists, unified linked lists source files.
|
14 年之前 |
Ioannis Koutras
|
5fc32c7e67
All the source files are now released under the Apache 2.0 license.
|
14 年之前 |
Ioannis Koutras
|
b671dfb720
Added heap ownership information in memory blocks, coalescing currently uses it.
|
14 年之前 |
Ioannis Koutras
|
57a68f4982
Initial code for split.
|
14 年之前 |
Ioannis Koutras
|
4d2caf32fd
Added block functions which are required for navigation on data layout level.
|
14 年之前 |
Ioannis Koutras
|
1848841db0
Few functional changes on border_ptr, now it points to the memory block which was allocated last.
|
14 年之前 |
Ioannis Koutras
|
eda81eee4e
Added functions to find previous memory blocks in terms of data layout. Initial maptable nodes require now a memory block. Simplified initialize_allocator.
|
14 年之前 |
Ioannis Koutras
|
f4228a7def
Made get_header() static.
|
14 年之前 |
Ioannis Koutras
|
1f7bb37a63
Renamed dmm_init() to initialize_allocator(), added support for memory space aware allocations, moved source code to src directory.
|
14 年之前 |