Home
last modified time | relevance | path

Searched refs:zmalloc_get_smap_bytes_by_field (Results 1 – 3 of 3) sorted by relevance

/f-stack/app/redis-5.0.5/src/
H A Dzmalloc.c346 size_t zmalloc_get_smap_bytes_by_field(char *field, long pid) { in zmalloc_get_smap_bytes_by_field() function
374 size_t zmalloc_get_smap_bytes_by_field(char *field, long pid) { in zmalloc_get_smap_bytes_by_field() function
382 return zmalloc_get_smap_bytes_by_field("Private_Dirty:",pid); in zmalloc_get_private_dirty()
H A Dzmalloc.h90 size_t zmalloc_get_smap_bytes_by_field(char *field, long pid);
H A Dlatency.c82 return zmalloc_get_smap_bytes_by_field("AnonHugePages:",-1); in THPGetAnonHugePagesSize()