office-gobmx/sal
Noel Grandin e6f4779de8 directly use malloc/free in sal, instead of rtl_allocateMemory/etc
now that those functions are entirely malloc/free based, we can skip a
function call layer.

Change-Id: Ib091de0bdf4cdd58cee45185df17d96d3e8af402
Reviewed-on: https://gerrit.libreoffice.org/59576
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2018-08-27 08:47:38 +02:00
..
android
cppunittester
inc
osl directly use malloc/free in sal, instead of rtl_allocateMemory/etc 2018-08-27 08:47:38 +02:00
qa rhbz#1618703: Allow to use OpenSSL as backend for rtl/cipher.h 2018-08-23 20:39:39 +02:00
rtl directly use malloc/free in sal, instead of rtl_allocateMemory/etc 2018-08-27 08:47:38 +02:00
test
textenc Fix typos 2018-08-19 19:05:30 +02:00
util
CppunitTest_Module_DLL.mk
CppunitTest_sal_osl.mk
CppunitTest_sal_osl_security.mk
CppunitTest_sal_rtl.mk rhbz#1618703: Allow to use OpenSSL as backend for rtl/cipher.h 2018-08-23 20:39:39 +02:00
CppunitTest_sal_types.mk
Executable_cppunittester.mk
Executable_osl_process_child.mk
Library_lo-bootstrap.mk
Library_sal.mk rhbz#1618703: Allow to use OpenSSL as backend for rtl/cipher.h 2018-08-23 20:39:39 +02:00
Library_sal_textenc.mk
Makefile
Module_sal.mk
README

System abstraction layer; rtl, osl and sal

rtl:
Platform independent strings

osl:
platform specific stuff, threads, dynamic loading, process, ipc, etc

Exports only C API and some inline-methods (only C++ API).