mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-04-14 22:51:50 +03:00
Remove an orphaned comment
This was left behind when definitions of malloc_open and malloc_close were abstracted from code that had followed.
This commit is contained in:
parent
2114349a4e
commit
48b4ad60a7
1 changed files with 0 additions and 5 deletions
|
|
@ -766,11 +766,6 @@ os_overcommits_sysctl(void) {
|
|||
#endif
|
||||
|
||||
#ifdef JEMALLOC_PROC_SYS_VM_OVERCOMMIT_MEMORY
|
||||
/*
|
||||
* Use syscall(2) rather than {open,read,close}(2) when possible to avoid
|
||||
* reentry during bootstrapping if another library has interposed system call
|
||||
* wrappers.
|
||||
*/
|
||||
static bool
|
||||
os_overcommits_proc(void) {
|
||||
int fd;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue