namespace mom_safe_allocΒΆ

Convenience functions for safely allocating memory without accidentally reallocating pointer and causing memory leaks.

namespace mom_safe_alloc {

// interfaces

interface safe_alloc_alloc;
interface safe_alloc_ptr;

} // namespace mom_safe_alloc