mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
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
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue