unified-memory-framework icon indicating copy to clipboard operation
unified-memory-framework copied to clipboard

Get size from tracking provider in proxy_free()

Open ldorau opened this issue 1 year ago • 3 comments

Description

Get size from tracking provider in proxy_free().

Fixes: #475

Checklist

  • [x] Code compiles without errors locally
  • [x] All tests pass locally
  • [x] CI workflows execute properly

ldorau avatar May 10 '24 12:05 ldorau

Do it fix #475 ?

IF you build umf without tracking provider there is still an issue

lplewa avatar May 10 '24 14:05 lplewa

IF you build umf without tracking provider there is still an issue

There is PR #485 which removes the option to build YMF without a memory tracker. As I mentioned before, many features in UMF became dependent on memory tracking functionality. Therefore, I believe there are no reasons to disable it at build time, but it is still possible to disable memory tracking capabilities for a particular pool.

vinser52 avatar May 10 '24 14:05 vinser52

Do it fix #475 ?

IF you build umf without tracking provider there is still an issue

@lplewa see #485

ldorau avatar May 10 '24 18:05 ldorau

#485 has been merged

ldorau avatar May 13 '24 08:05 ldorau