ion-c
ion-c copied to clipboard
Allow users to configure the page pool
#236 Fixed a bug that caused the page pool to be accessed before being initialized in certain cases, but it made it impossible for users to configure the page pool (ion_initialize_page_pool
does nothing).
We need to determine a safe way to make the page pool configurable by users.
Related: #181