tree: 5046e10423d41b667dc01d62618c0fa90cd1389c [path history] [tgz]
  1. android/
  2. http_client/
  3. iphone/
  4. json/
  5. linux/
  6. msys/
  7. posix/
  8. windows/
  9. .clang-format
  10. alloc.cc
  11. alloc.h
  12. atm.cc
  13. gcp_metadata_query.cc
  14. gcp_metadata_query.h
  15. log.cc
  16. README.md
  17. spinlock.h
  18. string.cc
  19. string.h
  20. subprocess.h
  21. subprocess_posix.cc
  22. subprocess_windows.cc
  23. sync.cc
  24. sync_abseil.cc
  25. time.cc
  26. time_precise.cc
  27. time_precise.h
  28. tmpfile.h
  29. useful.h
src/core/util/README.md

GPR - Google Portable Runtime for C

The files in this directory contain basic utility code and platform abstractions for C code. None of this code is gRPC-specific; anything here may also be useful for other open source projects written in C.

Note that this is one of the few places in src/core where we allow the use of portability macros.