mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-04-18 00:21:41 +03:00
parent
6cc6a4ce51
commit
8ce81ac2f7
6 changed files with 54 additions and 3 deletions
|
|
@ -10,6 +10,7 @@ struct hpa_hooks_s {
|
|||
void (*unmap)(void *ptr, size_t size);
|
||||
void (*purge)(void *ptr, size_t size);
|
||||
bool (*hugify)(void *ptr, size_t size, bool sync);
|
||||
void (*dehugify)(void *ptr, size_t size);
|
||||
void (*curtime)(nstime_t *r_time, bool first_reading);
|
||||
uint64_t (*ms_since)(nstime_t *r_time);
|
||||
bool (*vectorized_purge)(void *vec, size_t vlen, size_t nbytes);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue