| 297 | } |
| 298 | |
| 299 | JEMALLOC_ALWAYS_INLINE tsdn_t * |
| 300 | tsdn_fetch(void) { |
| 301 | if (!tsd_booted_get()) { |
| 302 | return NULL; |
| 303 | } |
| 304 | |
| 305 | return tsd_tsdn(tsd_fetch_impl(false, false)); |
| 306 | } |
| 307 | |
| 308 | JEMALLOC_ALWAYS_INLINE rtree_ctx_t * |
| 309 | tsd_rtree_ctx(tsd_t *tsd) { |