13
0

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:
Paul Davis 2011-01-04 21:25:52 +00:00
parent b33e8deffb
commit a7d465fcb7

View File

@ -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 ();