• Home
Name Date Size #Lines LOC

..--

README.mdD12-May-2024466 139

arena.ccD12-May-20243.1 KiB10466

arena.hD12-May-20244.2 KiB12150

atomic.hD12-May-20243.4 KiB10564

debug_location.hD12-May-20241.6 KiB5424

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.7 KiB10970

mpscq.hD12-May-20243 KiB9940

orphanable.hD12-May-20243.8 KiB13076

ref_counted.hD12-May-202410 KiB313201

ref_counted_ptr.hD12-May-20245.5 KiB193130

sync.hD12-May-20243.5 KiB13682

thd.hD12-May-20245.8 KiB17592

thd_posix.ccD12-May-20246.2 KiB205144

thd_windows.ccD12-May-20244.5 KiB177131

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
10Note that this is the only place in src/core where we allow
11use of the C++ standard library (i.e., anything in the `std::`
12namespace).
13