mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-27 03:38:12 +02:00
This allows us to allocate from either side of the block pool in a consistent way. If you use the previous block_pool_alloc function, you will get offsets from the start of the pool as normal. If you use the new block_pool_alloc_back function, you will get a negative index that corresponds to something in the "back" of the pool. |
||
|---|---|---|
| .. | ||
| .gitignore | ||
| block_pool_no_free.c | ||
| Makefile.am | ||
| state_pool.c | ||
| state_pool_free_list_only.c | ||
| state_pool_no_free.c | ||
| state_pool_test_helper.h | ||