• Home
Name
Date
Size
#Lines
LOC

..--

README.mdD12-May-2024329 96

arena.ccD12-May-20243.1 KiB10466

arena.hD12-May-20244.2 KiB12251

atomic.hD12-May-20243.4 KiB10564

debug_location.hD12-May-20241.6 KiB5424

dual_ref_counted.hD12-May-202411.6 KiB332258

examine_stack.ccD12-May-20241.2 KiB4418

examine_stack.hD12-May-20241.4 KiB4714

fork.ccD12-May-20246.3 KiB243176

fork.hD12-May-20242.9 KiB10445

global_config.hD12-May-20243.4 KiB977

global_config_custom.hD12-May-20241,011 303

global_config_env.ccD12-May-20243.8 KiB13889

global_config_env.hD12-May-20244.5 KiB13271

global_config_generic.hD12-May-20241.5 KiB4517

host_port.ccD12-May-20243.5 KiB11371

host_port.hD12-May-20241.9 KiB5713

manual_constructor.hD12-May-20246.5 KiB214120

map.hD12-May-20241.4 KiB5426

memory.hD12-May-20241.3 KiB5221

mpscq.ccD12-May-20242.6 KiB10970

mpscq.hD12-May-20243 KiB9940

orphanable.hD12-May-20243.6 KiB12674

ref_counted.hD12-May-202410.6 KiB336218

ref_counted_ptr.hD12-May-202410.5 KiB352244

stat.hD12-May-20241.2 KiB3911

stat_posix.ccD12-May-20241.4 KiB5024

stat_windows.ccD12-May-20241.4 KiB4923

sync.hD12-May-20246.1 KiB225147

thd.hD12-May-20245.8 KiB17592

thd_posix.ccD12-May-20246.3 KiB210146

thd_windows.ccD12-May-20244.5 KiB179133

time_util.ccD12-May-20242.6 KiB7853

time_util.hD12-May-20241.3 KiB4312

README.md

1# GPR++ - Google Portable Runtime for C++
2
3The files in this directory contain various utility code for C++ code.
4None of this code is gRPC-specific; anything here may also be useful
5for 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