7.2 Creating the Store

The Store is created as part of the fz_new_context call, (see the Context chapter) and is shared with any contexts obtained with fz_clone_context. The ‘store limit’ is specified as a byte size as part of this call. A special value of FZ_STORE_UNLIMITED is used to indicate that no amount of memory is too much.