office-gobmx/sal
Dennis Francis bc6a5d8e79 Disable custom allocator
This has big positive effect on software interpreter threading
performance scaling.

Change-Id: I8fbb6bf8f7ed410fd53278acee63bf65f13bac38
2017-11-21 16:09:43 +05:30
..
android
cppunittester
inc
osl Fix typos 2017-11-13 21:36:23 +01:00
qa Fix typos 2017-11-21 08:48:40 +01:00
rtl Disable custom allocator 2017-11-21 16:09:43 +05:30
test
textenc Fix typos 2017-11-13 08:43:17 +01:00
util
CppunitTest_Module_DLL.mk
CppunitTest_sal_osl.mk
CppunitTest_sal_osl_security.mk
CppunitTest_sal_rtl.mk
CppunitTest_sal_types.mk
Executable_cppunittester.mk
Executable_osl_process_child.mk
Library_lo-bootstrap.mk
Library_sal.mk
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).