mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-07-22 04:03:11 +00: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:
committed by
Guangli Dai
parent
2114349a4e
commit
48b4ad60a7
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user