I used mmap to allocate some anonymous memory, but pmap can't show them.

The source code is:


#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include <sys/mman.h>