On Thu, Nov 14, 2019 at 05:00:00PM +0000, Edward Srouji wrote: > I put the memory related functions under MemAlloc for multiple reasons: > - The methods won't be confused with the C functions > - The class is extensible with more memory related methods and functionality > > I think the other option would be defining them in another, separate, module (outside "base" module - which I less preferred) It is an improper way to use a class Jason