Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Ddefrag.c869 float getAllocatorFragmentation(size_t *out_frag_bytes) { in getAllocatorFragmentation() argument
876 if(out_frag_bytes) in getAllocatorFragmentation()
877 *out_frag_bytes = frag_bytes; in getAllocatorFragmentation()