Misc tweaks.

This commit is contained in:
Ben Vanik
2015-01-04 04:59:26 -08:00
parent 34fb0e4a8a
commit eda38a7428
6 changed files with 14 additions and 5 deletions

View File

@@ -38,6 +38,7 @@ class CircularBuffer {
bool CanAcquire(size_t length);
Allocation Acquire(size_t length);
void Discard(Allocation allocation);
void Commit(Allocation allocation);
void Flush();