Lukasz Dorau

Results 28 issues of Lukasz Dorau

### Description Add `proxy_lib_is_from_UMF()` to the proxy_lib API. ### Checklist - [x] Code compiles without errors locally - [x] All tests pass locally - [x] CI workflows execute properly

### Description Add file memory provider. ### Checklist - [x] Code compiles without errors locally - [x] All tests pass locally - [x] CI workflows execute properly

### Description Fix the `umf_standalone_examples` test. Install UMF into a new directory created inside `CMAKE_CURRENT_BINARY_DIR`. Fixes: #674 ### Checklist - [x] Code compiles without errors locally - [x] All tests...

When `CMAKE_C_COMPILER=clang CMAKE_CXX_COMPILER=clang++ UMF_BUILD_FUZZTESTS=ON`: ```sh $ LD_PRELOAD=./lib/libumf_proxy.so ctest ctest: symbol lookup error: unified-memory-framework/build/lib/libumf.so.0: undefined symbol: __sancov_lowest_stack ``` ## Environment Information - UMF version (hash commit or a tag): 9be120a8c508493901d42f9615a10adf58b3d234 -...

bug

### Description **Work-in-progress. Do not review!** ### Checklist - [ ] Code compiles without errors locally - [ ] All tests pass locally - [ ] CI workflows execute properly

### Description Implement `purge_lazy/_force()` API of the Coarse provider. ### Checklist - [x] Code compiles without errors locally - [x] All tests pass locally - [x] CI workflows execute properly

The File Memory Provider and the DevDax Memory Provider currently do not support the `free()` operation. They should be used together with the Coarse Memory Provider (#715) or with the...

question

Add an example of the DevDax memory provider with the jemalloc pool and the `disable_provider_free` parameter set to true. ## Rationale The DevDax memory provider does not support the free...

enhancement