Commit Graph

10 Commits

Author SHA1 Message Date
Jonathan Campbell
1f86e495c8 Region allocator: Keep track of whether a block was allocated fixed or dynamic 2021-10-17 14:22:25 -07:00
Jonathan Campbell
68660a3fce RegionAllocTracking: Add parameter to specify a maxmimum dynamic (non-fixed) memory address. Above this address, only fixed allocations are allowed 2021-10-17 14:13:38 -07:00
Allofich
06b21b3475 Remove excess end-of-file empty lines 2021-08-22 15:47:10 +09:00
Allofich
5565409b48 Remove unneeded includes
Replace config.h include in qcow2_disk.h with standard library includes,
since that's all it was used for.
2021-06-19 17:01:17 +09:00
Allofich
67ebe980a7 Remove unneeded includes 2021-06-06 04:39:54 +09:00
Jonathan Campbell
61b053af50 update vs2015. fix "min" and "max" members of region tracking struct
because it conflicts with the min/max #defines in MSVC
2016-01-04 00:16:15 -08:00
Jonathan Campbell
73bcee5564 on free, compact free blocks 2016-01-01 14:13:30 -08:00
Jonathan Campbell
5d230200a0 region tracking now with free function. make rombios tracking globally
visible.
2016-01-01 13:56:06 -08:00
Jonathan Campbell
e577c383b7 freeunused min to loc 2016-01-01 13:41:40 -08:00
Jonathan Campbell
89e141d60c common region tracking alloc code 2016-01-01 10:54:54 -08:00