https://github.com/aengelke approved this pull request.

LGTM, but please wait for a few days in case there are objections regarding the 
feature removal.

Having info on "bytes wasted" might be handy for development. In case someone 
wants it back, we could approximate it as follows by ignoring padding: 
AllocateSlow does BytesAllocated += (End - 1) - Cur; getBytesAllocated returns 
Cur ? BytesAllocated + End - 1 - Cur : 0.

https://github.com/llvm/llvm-project/pull/205711
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to