Skip to content
Commit 5e795297 authored by Dave Watson's avatar Dave Watson
Browse files

rtree: add rtree_szind_slab_read_fast

For a free fastpath, we want something that will not make additional
calls.  Assume most free() calls will hit the L1 cache, and use
a custom rtree function for this.

Additionally, roll the ptr=NULL check in to the rtree cache check.
parent a4c6b9ae
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment