mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-08-26 17:13:35 +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
e2da7477f8
commit
5f06b14d1c
1 changed files with 0 additions and 5 deletions
|
|
@ -766,11 +766,6 @@ os_overcommits_sysctl(void) {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef JEMALLOC_PROC_SYS_VM_OVERCOMMIT_MEMORY
|
#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
|
static bool
|
||||||
os_overcommits_proc(void) {
|
os_overcommits_proc(void) {
|
||||||
int fd;
|
int fd;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue