TEXT   29
mps pool create
Guest on 7th February 2023 01:55:38 PM


  1. mps_pool_create_k(&pool, some_pool_class(),
  2.             (mps_arg_s []){{MPS_KEY_MIN_SIZE, {.size = 32}},
  3.                            {MPS_KEY_MAX_SIZE, {.size = 1024}},
  4.                            {MPS_KEY_ARGS_END}});

Raw Paste

Login or Register to edit or fork this paste. It's free.