HomeSort by relevance Sort by last modified time
    Searched refs:gpr_set_allocation_functions (Results 1 - 10 of 10) sorted by null

  /external/grpc-grpc/include/grpc/support/
alloc.h 59 GPRAPI void gpr_set_allocation_functions(gpr_allocation_functions functions);
  /external/grpc-grpc/test/core/gpr/
alloc_test.cc 41 gpr_set_allocation_functions(fns);
49 gpr_set_allocation_functions(default_fns);
  /external/grpc-grpc/test/core/util/
memory_counters.cc 90 gpr_set_allocation_functions(g_guard_allocs);
94 gpr_set_allocation_functions(g_old_allocs);
  /external/grpc-grpc/src/core/lib/gpr/
alloc.cc 43 void gpr_set_allocation_functions(gpr_allocation_functions functions) { function
  /external/tensorflow/tensorflow/contrib/mpi/
mpi_server_lib.cc 106 gpr_set_allocation_functions(alloc_fns);
  /external/tensorflow/tensorflow/contrib/gdr/
gdr_server_lib.cc 148 gpr_set_allocation_functions(alloc_fns);
  /external/tensorflow/tensorflow/contrib/verbs/
verbs_server_lib.cc 167 gpr_set_allocation_functions(alloc_fns);
  /external/grpc-grpc/test/core/surface/
public_headers_must_be_c89.c 262 printf("%lx", (unsigned long) gpr_set_allocation_functions);
  /external/tensorflow/tensorflow/core/distributed_runtime/rpc/
grpc_server_lib.cc 482 gpr_set_allocation_functions(alloc_fns);
  /external/grpc-grpc/src/ruby/ext/grpc/
rb_grpc_imports.generated.h 649 #define gpr_set_allocation_functions macro
    [all...]

Completed in 571 milliseconds