]> git.saurik.com Git - redis.git/commit
zmalloc_get_private_dirty() function added (Linux only).
authorantirez <antirez@gmail.com>
Mon, 19 Nov 2012 10:24:56 +0000 (11:24 +0100)
committerantirez <antirez@gmail.com>
Tue, 20 Nov 2012 11:32:14 +0000 (12:32 +0100)
commite95ca66320a97d4a7415ce5dda942130d6338f85
tree72b99e62af542d99c81ab6438a8ac0cc6e2a73c5
parent681c1910064356b330e92f31374058788059e53c
zmalloc_get_private_dirty() function added (Linux only).

For non Linux systmes it just returns 0.

This function is useful to estimate copy-on-write because of childs
saving stuff on disk.
src/zmalloc.c
src/zmalloc.h