UO-OACISS/apex

Add memory tracking support for general purpose CPU allocations

khuck opened this issue · 1 comments

khuck commented

Wrap the malloc/free calls to track how much memory is allocated. It's possible that tcmalloc and/or jemalloc will provide callbacks to enable this type of support. Likely will need multiple implementations. This functionality will be similar to issue #137.

khuck commented

added as of c378100