Home
last modified time | relevance | path

Searched refs:protStart (Results 1 – 6 of 6) sorted by relevance

/dports/www/firefox-legacy/firefox-52.8.0esr/ipc/glue/
H A DSharedMemory.h74 char* protStart = aAddr; in Protect() local
75 if (!protStart) in Protect()
77 char* protEnd = protStart + aSize; in Protect()
79 if (!(memStart <= protStart in Protect()
/dports/www/firefox-esr/firefox-91.8.0/ipc/glue/
H A DSharedMemory.h70 char* protStart = aAddr; in Protect() local
71 if (!protStart) MOZ_CRASH("trying to Protect() a NULL region!"); in Protect()
72 char* protEnd = protStart + aSize; in Protect()
74 if (!(memStart <= protStart && protEnd <= memEnd)) in Protect()
/dports/lang/spidermonkey78/firefox-78.9.0/ipc/glue/
H A DSharedMemory.h69 char* protStart = aAddr; in Protect() local
70 if (!protStart) MOZ_CRASH("trying to Protect() a NULL region!"); in Protect()
71 char* protEnd = protStart + aSize; in Protect()
73 if (!(memStart <= protStart && protEnd <= memEnd)) in Protect()
/dports/www/firefox/firefox-99.0/ipc/glue/
H A DSharedMemory.h68 char* protStart = aAddr; in Protect() local
69 if (!protStart) MOZ_CRASH("trying to Protect() a NULL region!"); in Protect()
70 char* protEnd = protStart + aSize; in Protect()
72 if (!(memStart <= protStart && protEnd <= memEnd)) in Protect()
/dports/mail/thunderbird/thunderbird-91.8.0/ipc/glue/
H A DSharedMemory.h70 char* protStart = aAddr; in Protect() local
71 if (!protStart) MOZ_CRASH("trying to Protect() a NULL region!"); in Protect()
72 char* protEnd = protStart + aSize; in Protect()
74 if (!(memStart <= protStart && protEnd <= memEnd)) in Protect()
/dports/lang/spidermonkey60/firefox-60.9.0/ipc/glue/
H A DSharedMemory.h69 char* protStart = aAddr; in Protect() local
70 if (!protStart) MOZ_CRASH("trying to Protect() a NULL region!"); in Protect()
71 char* protEnd = protStart + aSize; in Protect()
73 if (!(memStart <= protStart && protEnd <= memEnd)) in Protect()