Home
last modified time | relevance | path

Searched refs:chunkStorage (Results 1 – 4 of 4) sorted by relevance

/dports/lang/spidermonkey78/firefox-78.9.0/mozglue/baseprofiler/public/
H A DProfileBufferChunk.h111 auto chunkStorage = MakeUnique<ChunkStruct[]>(count); in Create() local
112 MOZ_ASSERT(reinterpret_cast<uintptr_t>(chunkStorage.get()) % in Create()
128 new (chunkStorage.get()) ProfileBufferChunk(bufferBytes); in Create()
132 reinterpret_cast<ProfileBufferChunk*>(chunkStorage.release())}; in Create()
/dports/www/firefox-esr/firefox-91.8.0/mozglue/baseprofiler/public/
H A DProfileBufferChunk.h111 auto chunkStorage = MakeUnique<ChunkStruct[]>(count); in Create() local
112 MOZ_ASSERT(reinterpret_cast<uintptr_t>(chunkStorage.get()) % in Create()
128 new (chunkStorage.get()) ProfileBufferChunk(bufferBytes); in Create()
132 reinterpret_cast<ProfileBufferChunk*>(chunkStorage.release())}; in Create()
/dports/www/firefox/firefox-99.0/mozglue/baseprofiler/public/
H A DProfileBufferChunk.h111 auto chunkStorage = MakeUnique<ChunkStruct[]>(count); in Create() local
112 MOZ_ASSERT(reinterpret_cast<uintptr_t>(chunkStorage.get()) % in Create()
128 new (chunkStorage.get()) ProfileBufferChunk(bufferBytes); in Create()
132 reinterpret_cast<ProfileBufferChunk*>(chunkStorage.release())}; in Create()
/dports/mail/thunderbird/thunderbird-91.8.0/mozglue/baseprofiler/public/
H A DProfileBufferChunk.h111 auto chunkStorage = MakeUnique<ChunkStruct[]>(count); in Create() local
112 MOZ_ASSERT(reinterpret_cast<uintptr_t>(chunkStorage.get()) % in Create()
128 new (chunkStorage.get()) ProfileBufferChunk(bufferBytes); in Create()
132 reinterpret_cast<ProfileBufferChunk*>(chunkStorage.release())}; in Create()