Searched refs:alloc_fns (Results 1 – 4 of 4) sorted by relevance
143 gpr_allocation_functions alloc_fns; in GdrServerRegistrar() local144 memset(&alloc_fns, 0, sizeof(alloc_fns)); in GdrServerRegistrar()145 alloc_fns.malloc_fn = port::Malloc; in GdrServerRegistrar()146 alloc_fns.realloc_fn = port::Realloc; in GdrServerRegistrar()147 alloc_fns.free_fn = port::Free; in GdrServerRegistrar()148 gpr_set_allocation_functions(alloc_fns); in GdrServerRegistrar()
102 gpr_allocation_functions alloc_fns; in MPIServerRegistrar() local103 alloc_fns.malloc_fn = port::Malloc; in MPIServerRegistrar()104 alloc_fns.realloc_fn = port::Realloc; in MPIServerRegistrar()105 alloc_fns.free_fn = port::Free; in MPIServerRegistrar()106 gpr_set_allocation_functions(alloc_fns); in MPIServerRegistrar()
163 gpr_allocation_functions alloc_fns; in VerbsServerRegistrar() local164 alloc_fns.malloc_fn = port::Malloc; in VerbsServerRegistrar()165 alloc_fns.realloc_fn = port::Realloc; in VerbsServerRegistrar()166 alloc_fns.free_fn = port::Free; in VerbsServerRegistrar()167 gpr_set_allocation_functions(alloc_fns); in VerbsServerRegistrar()
477 gpr_allocation_functions alloc_fns; in GrpcServerRegistrar() local478 memset(&alloc_fns, 0, sizeof(alloc_fns)); in GrpcServerRegistrar()479 alloc_fns.malloc_fn = port::Malloc; in GrpcServerRegistrar()480 alloc_fns.realloc_fn = port::Realloc; in GrpcServerRegistrar()481 alloc_fns.free_fn = port::Free; in GrpcServerRegistrar()482 gpr_set_allocation_functions(alloc_fns); in GrpcServerRegistrar()