hvpp/src
Petr Benes d8eb913052 introduce new flexible memory allocator
Previous "custom" allocator was non-replaceable and hard-coded.
The "custom allocator" term has been replaced with "hypervisor allocator", as it more closely reflects when is this allocator used.

Most importantly, this change allows anyone to write their own allocator/heap manager (or use existing one, such as dlmalloc) and bind it as the hypervisor allocator.
2019-08-01 21:13:58 +02:00
..
hvpp introduce new flexible memory allocator 2019-08-01 21:13:58 +02:00
hvppctrl big refactoring (not as bad as it seems) 2019-04-09 17:23:42 +02:00
hvppdrv introduce new flexible memory allocator 2019-08-01 21:13:58 +02:00
hvppdrv_c vcpu_t::exit_context() -> vcpu_t::context() 2019-08-01 20:55:21 +02:00