• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

win/H10-Feb-2022-5,0213,383

READMEH A D10-Feb-2022405 117

jemalloc_helper.hH A D10-Feb-20223.4 KiB7843

likely.hH A D10-Feb-2022690 198

malloc.hH A D10-Feb-2022656 188

port.hH A D10-Feb-2022834 227

port_dirent.hH A D10-Feb-20221 KiB4522

port_example.hH A D10-Feb-20223.5 KiB10231

port_posix.ccH A D10-Feb-20226.4 KiB235179

port_posix.hH A D10-Feb-20225.9 KiB219150

stack_trace.ccH A D10-Feb-20223.5 KiB139103

stack_trace.hH A D10-Feb-2022709 238

sys_time.hH A D10-Feb-20221.2 KiB4824

util_logger.hH A D10-Feb-2022823 216

xpress.hH A D10-Feb-2022687 186

README

1This directory contains interfaces and implementations that isolate the
2rest of the package from platform details.
3
4Code in the rest of the package includes "port.h" from this directory.
5"port.h" in turn includes a platform specific "port_<platform>.h" file
6that provides the platform specific implementation.
7
8See port_posix.h for an example of what must be provided in a platform
9specific header file.
10
11