fix minor issues

This commit is contained in:
Axel Kohlmeyer
2020-09-08 16:43:10 -04:00
parent daf8a2313a
commit ca1b5ed936
2 changed files with 2 additions and 2 deletions

View File

@ -36,7 +36,7 @@ class MyPoolChunk {
// return pointer/index of unused chunk of size N
T *get(int n, int &index);
// return indexed chunk to pool via free list
// index = -1 if no allocated chunk