mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-06-02 18:24:17 +03:00
Remove pidfd_open call handling and rely on PIDFD_SELF
This commit is contained in:
parent
6790c57953
commit
101513b526
4 changed files with 11 additions and 35 deletions
|
|
@ -127,6 +127,5 @@ bool pages_boot(void);
|
|||
void pages_set_thp_state(void *ptr, size_t size);
|
||||
void pages_mark_guards(void *head, void *tail);
|
||||
void pages_unmark_guards(void *head, void *tail);
|
||||
void pages_postfork_child(void);
|
||||
|
||||
#endif /* JEMALLOC_INTERNAL_PAGES_EXTERNS_H */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue