How I can use jmalloc in shared memory? I.e. parent process do mmap w/ MAP_ANON|MAP_SHARED, create jmalloc "instance" in this memory and use jmalloc routines for memory management in this region.