Binary package “libfoonathan-memory-dev” in ubuntu jammy

STL compatible C++ memory allocator library - development headers

 The default STL allocator model has various flaws, for example you cannot
 easily share a single allocator for multiple types. This library is one of
 many proposed solutions for the shortcomings of the standard allocator, which
 unlike many other solutions does not require changes in the STL itself.
 .
 This package provides the development headers.