Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
    • Switch to GitLab Next
  • Sign in / Register
  • Lazarus Lazarus
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 2,083
    • Issues 2,083
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
  • Merge requests 10
    • Merge requests 10
  • Deployments
    • Deployments
    • Releases
  • Analytics
    • Analytics
    • Value stream
    • Code review
    • Insights
    • Issue
    • Repository
  • External wiki
    • External wiki
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar

GitLab 15.0 is launching on May 22! This version brings many exciting improvements, but also removes deprecated features and introduces breaking changes that may impact your workflow. To see what is being deprecated and removed, please visit Breaking changes in 15.0 and Deprecations.

  • FPC
  • Lazarus
  • LazarusLazarus
  • Merge requests
  • !27

Considering that MemSize can return 0

  • Review changes

  • Download
  • Email patches
  • Plain diff
Closed
Sergey Larin requested to merge sergy.larin/lazarus:memsize0-memsizelessthen-fix into main Oct 17, 2021
  • Overview 1
  • Commits 1
  • Changes 11

According to the documentation 8.4.4 Writing your own memory manager, the MemSize function can return 0.
This may occur when defining a custom MemoryManager.
The MemSizeLessThan function has been added and used, which takes this situation into account.

Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: memsize0-memsizelessthen-fix