grpc cpp的内存相关封装 内存分配 封装了好几种malloc方法,可选? static gpr_allocation_functions g_alloc_functions = { malloc, zalloc_with_calloc, realloc, free}; 使用前set一个方法进来