[PR #950] [MERGED] Added S3FS_MALLOC_TRIM build switch #1721

Closed
opened 2026-03-04 02:01:51 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/s3fs-fuse/s3fs-fuse/pull/950
Author: @ggtakec
Created: 2/3/2019
Status: Merged
Merged: 2/3/2019
Merged by: @ggtakec

Base: masterHead: master


📝 Commits (1)

  • 960823f Added S3FS_MALLOC_TRIM build switch

📊 Changes

1 file changed (+21 additions, -27 deletions)

View changed files

📝 src/s3fs.h (+21 -27)

📄 Description

Relevant Issue (if applicable)

#937

Details

The call of malloc_trim deleted in #937 was made selectable when building.
It was because I once again thought that it was necessary to grasp the memory leak accurately by checking with valgrind.

Normal builds have not changed since #937.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/s3fs-fuse/s3fs-fuse/pull/950 **Author:** [@ggtakec](https://github.com/ggtakec) **Created:** 2/3/2019 **Status:** ✅ Merged **Merged:** 2/3/2019 **Merged by:** [@ggtakec](https://github.com/ggtakec) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`960823f`](https://github.com/s3fs-fuse/s3fs-fuse/commit/960823fb40db95c90ab68f3e58e3b395c1bfff69) Added S3FS_MALLOC_TRIM build switch ### 📊 Changes **1 file changed** (+21 additions, -27 deletions) <details> <summary>View changed files</summary> 📝 `src/s3fs.h` (+21 -27) </details> ### 📄 Description ### Relevant Issue (if applicable) #937 ### Details The call of malloc_trim deleted in #937 was made selectable when building. It was because I once again thought that it was necessary to grasp the memory leak accurately by checking with valgrind. Normal builds have not changed since #937. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-04 02:01:51 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/s3fs-fuse#1721
No description provided.