Files
filament/libs
Mathias Agopian 90f32e7277 A basic POT 2D allocator
This 2D allocator only supports power-of-two, square allocations. It
uses a quadtree to store the allocated regions.

The quadtree implementation currently has a fixed depth (templated).

The allocator does a best-fit match, but currently doesn't implement a
free method.
2022-10-26 11:02:17 -07:00
..
2022-09-27 15:52:40 -07:00
2022-08-24 11:41:10 -07:00
2022-09-27 15:52:40 -07:00
2022-08-24 11:41:10 -07:00
2022-08-24 11:41:10 -07:00
2022-10-26 11:02:17 -07:00
2022-09-30 12:04:27 -07:00