Outstanding allocations are memory allocations that are currently active (i.e. not freed). Sometimes, they are valid allocations, and sometimes they are implicit memory leaks. Since an allocation pointer is used, it can't be detected as a memory leak; to validate that an allocation is required, you have to manually inspect it.
To manually inspect outstanding allocations: