summaryrefslogtreecommitdiff
path: root/base/gsalloc.c
Commit message (Expand)AuthorAgeFilesLines
* Update postal address in file headersChris Liddell2023-04-041-3/+3
* xpswrite - limit the memory used by images to avoid memory exhaustionKen Sharp2022-11-161-0/+1
* Move base files away from gs_sprintf to gs_snprintf.Robin Watts2022-02-161-1/+1
* Bug 693376: Strip out hdr_id.Robin Watts2022-01-211-44/+1
* Add Memento_label calls to gs allocators.Robin Watts2021-10-281-12/+12
* Update copyright to 2021Chris Liddell2021-03-151-1/+1
* Squash warnings in DEBUG code in gsalloc.cRobin Watts2021-02-151-3/+3
* Squash warnings seen in Windows 64 bit build.Robin Watts2020-06-291-2/+2
* Update copyright to 2020Chris Liddell2020-04-101-1/+1
* Change MaxLocalVM and MaxGlobalVM to be size_t instead of 'long'Ray Johnston2020-04-061-6/+9
* Bug 702151: Avoid truncating pointers in debug code.Robin Watts2020-03-171-73/+73
* Bug 702100: Fix memory limit to be based on size_t not long.Robin Watts2020-02-061-12/+12
* Move to size_t in allocations.Robin Watts2019-07-041-107/+139
* Update source/header file copyright notice to 2019Chris Liddell2019-01-161-1/+1
* Coverity 328396: Correctly handle use cases for register rootChris Liddell2019-01-071-1/+2
* Commit of gpdl-shared-device branch.Chris Liddell2018-12-071-3/+7
* Honor the single object clump flag when allocating stringsChris Liddell2018-05-081-1/+1
* Bug 698767: Improve handling of multiple master fontsChris Liddell2018-04-111-8/+4
* Update copyright notice with new head office address.Ken Sharp2018-01-301-3/+3
* Fix SEGV DEBUG build with -ZA (tests_private/comparefiles/Bug688308.ps)Ray Johnston2018-01-091-4/+8
* Add SINGLE_OBJECT_MEMORY_BLOCKS_ONLY logic.Robin Watts2017-11-171-1/+1
* Bug 697985: bounds check the array allocations methodsChris Liddell2017-06-081-14/+28
* New chunk memory manager.Robin Watts2017-05-181-1/+7
* Add gs_set_object_type function to gs_memory_t interface.Robin Watts2017-05-171-1/+13
* Revert "gs_malloc_memory_t: change type of limit/used/max_used"Chris Liddell2017-04-071-3/+3
* gs_malloc_memory_t: change type of limit/used/max_usedChris Liddell2017-04-061-3/+3
* Fix clump handling.Robin Watts2017-03-011-91/+61
* Change -Za output to omit the (mostly useless) opening/closing clump messagesRay Johnston2017-02-161-2/+2
* Fix splay tree traversal (again)Robin Watts2016-09-201-6/+18
* Improve bug 696985. Performance issue (and large memory usage).Ray Johnston2016-08-231-2/+2
* Bug 696837: Improve performance of memory searches.Robin Watts2016-07-181-0/+23
* Fix stray result of global replace.Robin Watts2016-07-181-1/+1
* Improve splay tree handling in clumps.Robin Watts2016-06-101-55/+128
* Coverity ID 125641 - remove a harmless line of dead codeKen Sharp2016-04-271-1/+1
* Fix clump splay tree backward in-order traversal.Robin Watts2016-04-251-2/+44
* Change standard allocator chunks to clumps.Robin Watts2016-04-221-238/+238
* Rework gsalloc chunk list to use splay trees.Robin Watts2016-04-221-188/+658
* Add max_used to gs_memory_status and use it for -Z: resource usageRay Johnston2016-04-191-0/+1
* Bug 693179: move gc related variables off C stackChris Liddell2016-03-291-3/+7
* Increase limits for tile_clip_buffer and Max VM on 64-bit machinesRay Johnston2016-03-151-1/+1
* Remove legacy lower case arch_* macrosChris Liddell2016-01-111-2/+2
* Undo mistakenly added debug code from the last commit.Henry Stiles2015-10-191-1/+1
* Fix crash in language switch build introduced by an API change inHenry Stiles2015-10-191-1/+1
* Commit of build_consolidation branchChris Liddell2015-07-201-0/+2336