Home
last modified time | relevance | path

Searched refs:numBytesToAlloc (Results 1 – 25 of 44) sorted by relevance

12

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/angle/src/common/
H A DPoolAlloc.cpp252 size_t numBytesToAlloc = allocationSize + mHeaderSkip; in allocate() local
254 if (numBytesToAlloc < allocationSize) in allocate()
257 Header *memory = reinterpret_cast<Header *>(::new char[numBytesToAlloc]); in allocate()
262 new (memory) Header(mInUseList, (numBytesToAlloc + mPageSize - 1) / mPageSize); in allocate()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/src/common/
H A DPoolAlloc.cpp259 size_t numBytesToAlloc = allocationSize + mHeaderSkip; in allocate() local
261 if (numBytesToAlloc < allocationSize) in allocate()
264 Header *memory = reinterpret_cast<Header *>(::new char[numBytesToAlloc]); in allocate()
269 new (memory) Header(mInUseList, (numBytesToAlloc + mPageSize - 1) / mPageSize); in allocate()
/dports/www/firefox-esr/firefox-91.8.0/gfx/angle/checkout/src/common/
H A DPoolAlloc.cpp259 size_t numBytesToAlloc = allocationSize + mHeaderSkip; in allocate() local
261 if (numBytesToAlloc < allocationSize) in allocate()
264 Header *memory = reinterpret_cast<Header *>(::new char[numBytesToAlloc]); in allocate()
269 new (memory) Header(mInUseList, (numBytesToAlloc + mPageSize - 1) / mPageSize); in allocate()
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/compiler/translator/
H A DPoolAlloc.cpp288 size_t numBytesToAlloc = allocationSize + headerSkip; in allocate() local
290 if (numBytesToAlloc < allocationSize) in allocate()
293 tHeader *memory = reinterpret_cast<tHeader *>(::new char[numBytesToAlloc]); in allocate()
298 new (memory) tHeader(inUseList, (numBytesToAlloc + pageSize - 1) / pageSize); in allocate()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/swiftshader/src/OpenGL/compiler/
H A DPoolAlloc.cpp279 size_t numBytesToAlloc = allocationSize + headerSkip; in allocate() local
281 if (numBytesToAlloc < allocationSize) in allocate()
284 tHeader* memory = reinterpret_cast<tHeader*>(::new char[numBytesToAlloc]); in allocate()
289 new(memory) tHeader(inUseList, (numBytesToAlloc + pageSize - 1) / pageSize); in allocate()
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/compiler/translator/
H A DPoolAlloc.cpp288 size_t numBytesToAlloc = allocationSize + headerSkip; in allocate() local
290 if (numBytesToAlloc < allocationSize) in allocate()
293 tHeader *memory = reinterpret_cast<tHeader *>(::new char[numBytesToAlloc]); in allocate()
298 new (memory) tHeader(inUseList, (numBytesToAlloc + pageSize - 1) / pageSize); in allocate()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/angle/checkout/src/common/
H A DPoolAlloc.cpp259 size_t numBytesToAlloc = allocationSize + mHeaderSkip; in allocate() local
261 if (numBytesToAlloc < allocationSize) in allocate()
264 Header *memory = reinterpret_cast<Header *>(::new char[numBytesToAlloc]); in allocate()
269 new (memory) Header(mInUseList, (numBytesToAlloc + mPageSize - 1) / mPageSize); in allocate()
/dports/devel/qt5-qmake/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/compiler/translator/
H A DPoolAlloc.cpp288 size_t numBytesToAlloc = allocationSize + headerSkip; in allocate() local
290 if (numBytesToAlloc < allocationSize) in allocate()
293 tHeader *memory = reinterpret_cast<tHeader *>(::new char[numBytesToAlloc]); in allocate()
298 new (memory) tHeader(inUseList, (numBytesToAlloc + pageSize - 1) / pageSize); in allocate()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/src/OpenGL/compiler/
H A DPoolAlloc.cpp279 size_t numBytesToAlloc = allocationSize + headerSkip; in allocate() local
281 if (numBytesToAlloc < allocationSize) in allocate()
284 tHeader* memory = reinterpret_cast<tHeader*>(::new char[numBytesToAlloc]); in allocate()
289 new(memory) tHeader(inUseList, (numBytesToAlloc + pageSize - 1) / pageSize); in allocate()
/dports/databases/qt5-sqldrivers-ibase/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/compiler/translator/
H A DPoolAlloc.cpp288 size_t numBytesToAlloc = allocationSize + headerSkip; in allocate() local
290 if (numBytesToAlloc < allocationSize) in allocate()
293 tHeader *memory = reinterpret_cast<tHeader *>(::new char[numBytesToAlloc]); in allocate()
298 new (memory) tHeader(inUseList, (numBytesToAlloc + pageSize - 1) / pageSize); in allocate()
/dports/databases/qt5-sql/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/compiler/translator/
H A DPoolAlloc.cpp288 size_t numBytesToAlloc = allocationSize + headerSkip; in allocate() local
290 if (numBytesToAlloc < allocationSize) in allocate()
293 tHeader *memory = reinterpret_cast<tHeader *>(::new char[numBytesToAlloc]); in allocate()
298 new (memory) tHeader(inUseList, (numBytesToAlloc + pageSize - 1) / pageSize); in allocate()
/dports/databases/qt5-sqldrivers-mysql/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/compiler/translator/
H A DPoolAlloc.cpp288 size_t numBytesToAlloc = allocationSize + headerSkip; in allocate() local
290 if (numBytesToAlloc < allocationSize) in allocate()
293 tHeader *memory = reinterpret_cast<tHeader *>(::new char[numBytesToAlloc]); in allocate()
298 new (memory) tHeader(inUseList, (numBytesToAlloc + pageSize - 1) / pageSize); in allocate()
/dports/databases/qt5-sqldrivers-pgsql/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/compiler/translator/
H A DPoolAlloc.cpp288 size_t numBytesToAlloc = allocationSize + headerSkip; in allocate() local
290 if (numBytesToAlloc < allocationSize) in allocate()
293 tHeader *memory = reinterpret_cast<tHeader *>(::new char[numBytesToAlloc]); in allocate()
298 new (memory) tHeader(inUseList, (numBytesToAlloc + pageSize - 1) / pageSize); in allocate()
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/compiler/translator/
H A DPoolAlloc.cpp288 size_t numBytesToAlloc = allocationSize + headerSkip; in allocate() local
290 if (numBytesToAlloc < allocationSize) in allocate()
293 tHeader *memory = reinterpret_cast<tHeader *>(::new char[numBytesToAlloc]); in allocate()
298 new (memory) tHeader(inUseList, (numBytesToAlloc + pageSize - 1) / pageSize); in allocate()
/dports/databases/qt5-sqldrivers-odbc/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/compiler/translator/
H A DPoolAlloc.cpp288 size_t numBytesToAlloc = allocationSize + headerSkip; in allocate() local
290 if (numBytesToAlloc < allocationSize) in allocate()
293 tHeader *memory = reinterpret_cast<tHeader *>(::new char[numBytesToAlloc]); in allocate()
298 new (memory) tHeader(inUseList, (numBytesToAlloc + pageSize - 1) / pageSize); in allocate()
/dports/www/firefox/firefox-99.0/gfx/angle/checkout/src/common/
H A DPoolAlloc.cpp259 size_t numBytesToAlloc = allocationSize + mHeaderSkip; in allocate() local
261 if (numBytesToAlloc < allocationSize) in allocate()
264 Header *memory = reinterpret_cast<Header *>(::new char[numBytesToAlloc]); in allocate()
269 new (memory) Header(mInUseList, (numBytesToAlloc + mPageSize - 1) / mPageSize); in allocate()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/angle/checkout/src/common/
H A DPoolAlloc.cpp259 size_t numBytesToAlloc = allocationSize + mHeaderSkip; in allocate() local
261 if (numBytesToAlloc < allocationSize) in allocate()
264 Header *memory = reinterpret_cast<Header *>(::new char[numBytesToAlloc]); in allocate()
269 new (memory) Header(mInUseList, (numBytesToAlloc + mPageSize - 1) / mPageSize); in allocate()
/dports/net/qt5-network/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/compiler/translator/
H A DPoolAlloc.cpp288 size_t numBytesToAlloc = allocationSize + headerSkip; in allocate() local
290 if (numBytesToAlloc < allocationSize) in allocate()
293 tHeader *memory = reinterpret_cast<tHeader *>(::new char[numBytesToAlloc]); in allocate()
298 new (memory) tHeader(inUseList, (numBytesToAlloc + pageSize - 1) / pageSize); in allocate()
/dports/textproc/qt5-xml/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/compiler/translator/
H A DPoolAlloc.cpp288 size_t numBytesToAlloc = allocationSize + headerSkip; in allocate() local
290 if (numBytesToAlloc < allocationSize) in allocate()
293 tHeader *memory = reinterpret_cast<tHeader *>(::new char[numBytesToAlloc]); in allocate()
298 new (memory) tHeader(inUseList, (numBytesToAlloc + pageSize - 1) / pageSize); in allocate()
/dports/x11-toolkits/qt5-widgets/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/compiler/translator/
H A DPoolAlloc.cpp288 size_t numBytesToAlloc = allocationSize + headerSkip; in allocate() local
290 if (numBytesToAlloc < allocationSize) in allocate()
293 tHeader *memory = reinterpret_cast<tHeader *>(::new char[numBytesToAlloc]); in allocate()
298 new (memory) tHeader(inUseList, (numBytesToAlloc + pageSize - 1) / pageSize); in allocate()
/dports/x11-toolkits/qt5-gui/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/compiler/translator/
H A DPoolAlloc.cpp288 size_t numBytesToAlloc = allocationSize + headerSkip; in allocate() local
290 if (numBytesToAlloc < allocationSize) in allocate()
293 tHeader *memory = reinterpret_cast<tHeader *>(::new char[numBytesToAlloc]); in allocate()
298 new (memory) tHeader(inUseList, (numBytesToAlloc + pageSize - 1) / pageSize); in allocate()
/dports/devel/qt5-testlib/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/compiler/translator/
H A DPoolAlloc.cpp288 size_t numBytesToAlloc = allocationSize + headerSkip; in allocate() local
290 if (numBytesToAlloc < allocationSize) in allocate()
293 tHeader *memory = reinterpret_cast<tHeader *>(::new char[numBytesToAlloc]); in allocate()
298 new (memory) tHeader(inUseList, (numBytesToAlloc + pageSize - 1) / pageSize); in allocate()
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/angle/checkout/src/compiler/translator/
H A DPoolAlloc.cpp288 size_t numBytesToAlloc = allocationSize + headerSkip; in allocate() local
290 if (numBytesToAlloc < allocationSize) in allocate()
293 tHeader *memory = reinterpret_cast<tHeader *>(::new char[numBytesToAlloc]); in allocate()
298 new (memory) tHeader(inUseList, (numBytesToAlloc + pageSize - 1) / pageSize); in allocate()
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/angle/src/compiler/translator/
H A DPoolAlloc.cpp278 size_t numBytesToAlloc = allocationSize + headerSkip; in allocate() local
280 if (numBytesToAlloc < allocationSize) in allocate()
283 tHeader* memory = reinterpret_cast<tHeader*>(::new char[numBytesToAlloc]); in allocate()
288 new(memory) tHeader(inUseList, (numBytesToAlloc + pageSize - 1) / pageSize); in allocate()
/dports/devel/qt5-buildtools/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/compiler/translator/
H A DPoolAlloc.cpp288 size_t numBytesToAlloc = allocationSize + headerSkip; in allocate() local
290 if (numBytesToAlloc < allocationSize) in allocate()
293 tHeader *memory = reinterpret_cast<tHeader *>(::new char[numBytesToAlloc]); in allocate()
298 new (memory) tHeader(inUseList, (numBytesToAlloc + pageSize - 1) / pageSize); in allocate()

12