more pool allocation debugging for oofus
git-svn-id: svn://localhost/ardour2/branches/3.0@8439 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
b33e8deffb
commit
a7d465fcb7
@ -247,6 +247,7 @@ CrossThreadPool::alloc ()
|
||||
{
|
||||
void* ptr;
|
||||
while (pending.read (&ptr, 1) == 1) {
|
||||
cerr << name() << " pushes back a pending free list entry before allocating\n";
|
||||
free_list.write (&ptr, 1);
|
||||
}
|
||||
return Pool::alloc ();
|
||||
|
Loading…
Reference in New Issue
Block a user