AllocatorListener allows a BaseAllocator to track when users allocate memory. However, the structure of the users' allocators can't be tracked easily.
I suggest an enhancement to the AllocatorListener: onNewChild(BufferAllocator) and onChildClosed(BufferAllocator)
- links to