Lines Matching defs:global
134 * This is done for per-client mempools: global references to blocks in
150 bool global;
765 * than one client in the system. Set this to false if a global
768 * NOTE-1: Do not create any further global mempools! They allow data
776 * Beside security issues, special marking for global mempools is
783 * Unfortunately this scheme cannot work with global pools since the
788 * TODO-1: Transform the global core mempool to a per-client one
789 * TODO-2: Remove global mempools support */
825 p->global = !per_client;
988 * Check pa_mempool_new() for per-client vs. global mempools */
992 return p->global;
996 * Check pa_mempool_new() for per-client vs. global mempools */
1031 * This is only for global mempools!