You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add umf_ba_linear_pool_contains_pointer().
It returns:
- 0 if ptr does not belong to the pool or
- size (> 0) of the memory region from ptr
to the end of the pool if ptr belongs to the pool.
It will be useful to implement realloc() in the proxy library.
Signed-off-by: Lukasz Dorau <[email protected]>
0 commit comments