Name Date Size #Lines LOC

..--

android/H25-Apr-2025-8047

iphone/H25-Apr-2025-4513

linux/H25-Apr-2025-203133

msys/H25-Apr-2025-6029

posix/H25-Apr-2025-625398

windows/H25-Apr-2025-577330

.clang-formatH A D25-Apr-20251.6 KiB5453

README.mdH A D25-Apr-2025346 96

alloc.ccH A D25-Apr-20251.7 KiB7243

alloc.hH A D25-Apr-2025936 296

atm.ccH A D25-Apr-20251.1 KiB3614

log.ccH A D25-Apr-20255.6 KiB167125

log_internal.hH A D25-Apr-20252.2 KiB5629

spinlock.hH A D25-Apr-20252 KiB5420

string.ccH A D25-Apr-20258.8 KiB345280

string.hH A D25-Apr-20254.1 KiB11331

subprocess.hH A D25-Apr-20251.6 KiB4716

subprocess_posix.ccH A D25-Apr-20256.9 KiB253194

subprocess_windows.ccH A D25-Apr-20253.1 KiB13193

sync.ccH A D25-Apr-20253.4 KiB12579

sync_abseil.ccH A D25-Apr-20253.3 KiB11169

time.ccH A D25-Apr-20258.2 KiB270205

time_precise.ccH A D25-Apr-20255.2 KiB169127

time_precise.hH A D25-Apr-20252.2 KiB7036

tmpfile.hH A D25-Apr-20251.1 KiB336

useful.hH A D25-Apr-20254.7 KiB185128

README.md

1# GPR - Google Portable Runtime for C
2
3The files in this directory contain basic utility code and platform
4abstractions for C code.  None of this code is gRPC-specific; anything
5here may also be useful for other open source projects written in C.
6
7Note that this is one of the few places in src/core where we allow
8the use of portability macros.
9