summaryrefslogtreecommitdiff
path: root/base/malloc_.h
Commit message (Collapse)AuthorAgeFilesLines
* Update postal address in file headersChris Liddell2023-04-041-3/+3
|
* Update copyright to 2021Chris Liddell2021-03-151-1/+1
|
* Remove the last of TURBO C support.Chris Liddell2020-05-221-15/+11
| | | | | Most of the TURBO C support went away years ago, and we've had no complaints, so remove the rest.
* Update copyright to 2020Chris Liddell2020-04-101-1/+1
|
* Update source/header file copyright notice to 2019Chris Liddell2019-01-161-1/+1
|
* Update copyright notice with new head office address.Ken Sharp2018-01-301-3/+3
| | | | | | | | | Also update copyright dates. Remove gs_cmdl.ps as we no longer use it, and remove its entry from psfiles.htm. Remove xfonts.htm as this feature (xfont support) is long, long gone.
* Bobbin: Add first version of Bobbin.Robin Watts2016-06-141-0/+1
| | | | | | | | | | | | | | A simple tool to help debug performance problems with threads. Build with BOBBIN defined, and all pthreads calls (or at least all the ones gs uses) go through Bobbin. This keeps track of the time each threads spends waiting on mutexes or condition variables. Hopefully this allows contention to be spotted. A report is printed at the end.
* Commit of build_consolidation branchChris Liddell2015-07-201-0/+58
Squashed into one commit (see branch for details of the evolution of the branch). This brings gpcl6 and gxps into the Ghostscript build system, and a shared set of graphics library object files for all the interpreters. Also, brings the same configuration options to the pcl and xps products as we have for Ghostscript.