]
Will Burns updated ISPN-10754:
------------------------------
Status: Open (was: New)
OffHeap code cleanup
--------------------
Key: ISPN-10754
URL:
https://issues.jboss.org/browse/ISPN-10754
Project: Infinispan
Issue Type: Task
Components: Off Heap
Reporter: Will Burns
Assignee: Will Burns
Priority: Major
Fix For: 10.0.0.Final
A few areas of off heap should be cleaned up that are remnants of old changes
# eviction old memory address can be deallocated outside of lrulock
# resizeIteration can be simplified by just updating bucket address (now that we only
read one bucket at a time)