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

..03-May-2022-

win/H18-Nov-2021-4,9783,434

READMEH A D18-Nov-2021405 117

jemalloc_helper.hH A D18-Nov-20214.3 KiB10770

lang.hH A D18-Nov-20212 KiB6339

likely.hH A D18-Nov-2021690 198

malloc.hH A D18-Nov-2021656 188

port.hH A D18-Nov-2021834 227

port_dirent.hH A D18-Nov-20211 KiB4522

port_example.hH A D18-Nov-20213.5 KiB10231

port_posix.ccH A D18-Nov-20217.6 KiB296232

port_posix.hH A D18-Nov-20216.2 KiB233156

stack_trace.ccH A D03-May-20225.3 KiB196149

stack_trace.hH A D18-Nov-2021891 2910

sys_time.hH A D18-Nov-20211.2 KiB4824

util_logger.hH A D18-Nov-2021823 216

xpress.hH A D18-Nov-2021687 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