mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-06-05 11:44:18 +03:00
Make the tsd member init functions to take tsd_t * type.
This commit is contained in:
parent
d3cda3423c
commit
492e9f301e
3 changed files with 9 additions and 3 deletions
|
|
@ -43,6 +43,7 @@ void rtree_leaf_elm_witness_access(tsdn_t *tsdn, const rtree_t *rtree,
|
|||
const rtree_leaf_elm_t *elm);
|
||||
void rtree_leaf_elm_witness_release(tsdn_t *tsdn, const rtree_t *rtree,
|
||||
const rtree_leaf_elm_t *elm);
|
||||
bool rtree_ctx_data_init(rtree_ctx_t *ctx);
|
||||
void rtree_ctx_data_init(rtree_ctx_t *ctx);
|
||||
bool tsd_rtree_ctx_data_init(tsd_t *tsd);
|
||||
|
||||
#endif /* JEMALLOC_INTERNAL_RTREE_EXTERNS_H */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue