When I run pmap, I see a lot of segments like:
Address Perm Offset Device Inode Size Rss Pss Referenced Anonymous Swap Locked Mapping
7fdb7c000000 rw-p 00000000 00:00 0 132 4 4 4 4 0 0
There's 128kB that aren't in RAM (that'd be Rss), aren't in swap (that's zero, plus it's disabled on this machine) and aren't left on disk as a named file (this segment doesn't mmap a file). So what are they?