chfs_pool.c | 60 chfs_pool_init(struct chfs_pool *chpp, size_t size, const char *what, function in typeref:typename:void 132 chfs_pool_init(&chsp->chsp_pool_16, 16, "str", chmp); 133 chfs_pool_init(&chsp->chsp_pool_32, 32, "str", chmp); 134 chfs_pool_init(&chsp->chsp_pool_64, 64, "str", chmp); 135 chfs_pool_init(&chsp->chsp_pool_128, 128, "str", chmp); 136 chfs_pool_init(&chsp->chsp_pool_256, 256, "str", chmp); 137 chfs_pool_init(&chsp->chsp_pool_512, 512, "str", chmp); 138 chfs_pool_init(&chsp->chsp_pool_1024, 1024, "str", chmp);
|