zorba-coders team mailing list archive
-
zorba-coders team
-
Mailing list archive
-
Message #12410
Re: [Merge] lp:~zorba-coders/zorba/feature-mem_size into lp:zorba
> Can we find a way to expose the functionality in the public C++ api?
There are two choices:
1. Expose the entire mem_sizeof.h header and add:
size_t alloc_size() const;
on the public Item.
2. Add:
size_t mem_size() const;
on the public Item that simply calls ztd::mem_sizeof() on the store::Item.
--
https://code.launchpad.net/~zorba-coders/zorba/feature-mem_size/+merge/114764
Your team Zorba Coders is subscribed to branch lp:zorba.
Follow ups
References