Home
last modified time | relevance | path

Searched refs:ZBlockSet_New (Results 1 – 3 of 3) sorted by relevance

/dports/games/doomsday/doomsday-2.3.1/doomsday/sdk/liblegacy/include/de/
H A Dmemoryzone.h154 DENG_PUBLIC zblockset_t *ZBlockSet_New(size_t sizeOfElement, uint32_t batchSize, int tag);
/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/client/src/world/base/
H A Dinterceptor.cpp100 interceptNodeSet = ZBlockSet_New(sizeof(ListNode), MININTERCEPTS, PU_APPSTATIC); in DENG2_PIMPL_NOREF()
/dports/games/doomsday/doomsday-2.3.1/doomsday/sdk/liblegacy/src/
H A Dmemoryzone.c1118 zblockset_t *ZBlockSet_New(size_t sizeOfElement, uint32_t batchSize, int tag) in ZBlockSet_New() function