Functions | |
| PRSharedMemory * | _MD_OpenSharedMemory (const char *name, PRSize size, PRIntn flags, PRIntn mode) |
| void * | _MD_AttachSharedMemory (PRSharedMemory *shm, PRIntn flags) |
| PRStatus | _MD_DetachSharedMemory (PRSharedMemory *shm, void *addr) |
| PRStatus | _MD_CloseSharedMemory (PRSharedMemory *shm) |
| PRStatus | _MD_DeleteSharedMemory (const char *name) |
| PRFileMap * | _md_OpenAnonFileMap (const char *dirName, PRSize size, PRFileMapProtect prot) |
| PRStatus | _md_ExportFileMapAsString (PRFileMap *fm, PRSize bufSize, char *buf) |
| PRFileMap * | _md_ImportFileMapFromString (const char *fmstring) |
Variables | |
| PRLogModuleInfo * | _pr_shm_lm |
| PRLogModuleInfo * | _pr_shma_lm |
| PRSharedMemory* _MD_OpenSharedMemory | ( | const char * | name, | |
| PRSize | size, | |||
| PRIntn | flags, | |||
| PRIntn | mode | |||
| ) |
| void* _MD_AttachSharedMemory | ( | PRSharedMemory * | shm, | |
| PRIntn | flags | |||
| ) |
| PRStatus _MD_DetachSharedMemory | ( | PRSharedMemory * | shm, | |
| void * | addr | |||
| ) |
| PRStatus _MD_CloseSharedMemory | ( | PRSharedMemory * | shm | ) |
| PRFileMap* _md_OpenAnonFileMap | ( | const char * | dirName, | |
| PRSize | size, | |||
| PRFileMapProtect | prot | |||
| ) |
1.5.6