/*
* Matches the `Magazines` struct in `cache.rs`.
*/
;
/**
* Returns the thread's pre-allocated array of `cache_magazines`.
*
* That array lives next to the fast-path's internal thread-local data
* structure, so using that array improves locality.
*/
struct cache_magazines *;
/**
* Registers an array of `n` `cache_magazines` for this thread.
*
* That array may be the same one returned by `slitter__cache_borrow`.
*/
void ;