Home
last modified time | relevance | path

Searched refs:PU_PURGELEVEL (Results 1 – 25 of 49) sorted by relevance

12

/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/libdoomsday/src/filesys/
H A Dlumpcache.cpp39 if (data_ && Z_GetTag(data_) == PU_PURGELEVEL) in data()
68 if (Z_GetTag(data_) != PU_PURGELEVEL) in clearData()
70 Z_ChangeTag2(data_, PU_PURGELEVEL); in clearData()
90 Z_ChangeTag2(data_, PU_PURGELEVEL); in unlock()
/dports/games/prboom/prboom-2.5.0/src/
H A Dz_zone.c353 if (tag >= PU_PURGELEVEL && !user)
423 if (tag >= PU_PURGELEVEL)
499 if (block->tag >= PU_PURGELEVEL)
588 if (tag >= PU_PURGELEVEL && !block->user)
621 if (block->tag < PU_PURGELEVEL && tag >= PU_PURGELEVEL)
627 if (block->tag >= PU_PURGELEVEL && tag < PU_PURGELEVEL)
H A Dz_zone.h63 #define PU_PURGELEVEL PU_CACHE /* First purgable tag's level */ macro
/dports/games/prboom-plus/prboom-plus-2.5.1.3/src/
H A Dz_zone.c353 if (tag >= PU_PURGELEVEL && !user)
423 if (tag >= PU_PURGELEVEL)
499 if (block->tag >= PU_PURGELEVEL)
588 if (tag >= PU_PURGELEVEL && !block->user)
621 if (block->tag < PU_PURGELEVEL && tag >= PU_PURGELEVEL)
627 if (block->tag >= PU_PURGELEVEL && tag < PU_PURGELEVEL)
H A Dz_zone.h63 #define PU_PURGELEVEL PU_CACHE /* First purgable tag's level */ macro
/dports/games/uhexen/uhexen-0.601/src/
H A Dz_zone.c186 if (rover->tag < PU_PURGELEVEL) in Z_Malloc()
226 if (tag >= PU_PURGELEVEL) in Z_Malloc()
369 if (tag >= PU_PURGELEVEL && (unsigned)block->user < 0x100) in Z_ChangeTag2()
/dports/games/heretic/glheretic-1.2/
H A Dz_zone.c190 if (rover->tag < PU_PURGELEVEL) in Z_Malloc()
230 if (tag >= PU_PURGELEVEL) in Z_Malloc()
370 if (tag >= PU_PURGELEVEL && (unsigned long)block->user < 0x100) in Z_ChangeTag2()
393 if (!block->user || block->tag >= PU_PURGELEVEL) in Z_FreeMemory()
/dports/games/SRB2/SRB2-SRB2_release_2.2.9/src/
H A Dz_zone.c259 Z_FreeTags(PU_PURGELEVEL, INT32_MAX); in xm()
358 else if (tag >= PU_PURGELEVEL) in Z_Malloc2()
550 Z_FreeTags(PU_PURGELEVEL, INT32_MAX); in Z_CheckMemCleanup()
709 if (tag >= PU_PURGELEVEL && block->user == NULL) in Z_ChangeTag2()
751 if (block->tag >= PU_PURGELEVEL && newuser == NULL) in Z_SetUser2()
811 sizeu1(Z_TagsUsage(PU_PURGELEVEL, INT32_MAX)>>10)); in Command_Memfree_f()
H A Dz_zone.h66 PU_PURGELEVEL = 100, // Note: this is never actually used as a tag enumerator
/dports/games/chocolate-doom/chocolate-doom-3.0.1/src/
H A Dz_zone.c291 if (rover->tag < PU_PURGELEVEL) in Z_Malloc()
335 if (user == NULL && tag >= PU_PURGELEVEL) in Z_Malloc()
503 if (tag >= PU_PURGELEVEL && block->user == NULL) in Z_ChangeTag2()
541 if (block->tag == PU_FREE || block->tag >= PU_PURGELEVEL) in Z_FreeMemory()
H A Dz_zone.h44 PU_PURGELEVEL, enumerator
H A Dz_native.c243 if (user == NULL && tag >= PU_PURGELEVEL) in Z_Malloc()
455 if (tag >= PU_PURGELEVEL && block->user == NULL) in Z_ChangeTag2()
/dports/games/odamex/odamex-src-0.7.0/common/
H A Dz_zone.cpp213 if (rover->tag < PU_PURGELEVEL) in Z_Malloc2()
262 if (tag >= PU_PURGELEVEL) in Z_Malloc2()
425 if (tag >= PU_PURGELEVEL && block->user == NULL) in Z_ChangeTag2()
459 if (block->tag >= PU_PURGELEVEL) { in Z_FreeMemory()
H A Dz_zone.h45 #define PU_PURGELEVEL 100 macro
/dports/games/rottdc/rottdc-1.0-2/rott/
H A Dz_zone.c314 if (rover->tag < PU_PURGELEVEL) in Z_Malloc()
354 if (tag >= PU_PURGELEVEL) in Z_Malloc()
414 if (rover->tag < PU_PURGELEVEL) in Z_LevelMalloc()
454 if (tag >= PU_PURGELEVEL) in Z_LevelMalloc()
646 if ((block->tag>0) && (block->tag<PU_PURGELEVEL) && (block->user>(void **)0)) in Z_UsedStaticHeap()
H A Dz_zone.h41 #define PU_PURGELEVEL 100 macro
/dports/games/crispy-doom/crispy-doom-crispy-doom-5.10.3/src/
H A Dz_zone.c298 if (rover->tag < PU_PURGELEVEL) in Z_Malloc()
342 if (user == NULL && tag >= PU_PURGELEVEL) in Z_Malloc()
510 if (tag >= PU_PURGELEVEL && block->user == NULL) in Z_ChangeTag2()
548 if (block->tag == PU_FREE || block->tag >= PU_PURGELEVEL) in Z_FreeMemory()
H A Dz_zone.h44 PU_PURGELEVEL, enumerator
H A Dz_native.c243 if (user == NULL && tag >= PU_PURGELEVEL) in Z_Malloc()
455 if (tag >= PU_PURGELEVEL && block->user == NULL) in Z_ChangeTag2()
/dports/games/doomlegacy/doomlegacy_1.48.8_source/src/
H A Dz_zone.c508 if( block->memtag >= PU_PURGELEVEL ) { in Z_Purge()
555 if( tag >= PU_PURGELEVEL ) tag = PU_LEVEL; in Z_Malloc2()
671 current_purgelevel = PU_PURGELEVEL; // enable all purging in Z_Malloc2()
877 if (tag >= PU_PURGELEVEL) { in Z_Malloc2()
1119 if (chtag >= PU_PURGELEVEL && !block->user) in Z_ChangeTag_debug()
1136 if (block->memtag < PU_PURGELEVEL ) goto done; in Z_ChangeTag_debug()
1210 if(block->memtag >= PU_PURGELEVEL) in Z_FreeMemory()
H A Dz_zone.h92 PU_PURGELEVEL, // Tags >= PU_PURGELEVEL are purgable whenever needed. enumerator
/dports/games/libretro-prboom/libretro-prboom-cc80175/src/
H A Dz_zone.h63 #define PU_PURGELEVEL PU_CACHE /* First purgable tag's level */ macro
/dports/games/doomsday/doomsday-2.3.1/doomsday/sdk/liblegacy/include/de/
H A Dmemoryzone.h53 #define PU_PURGELEVEL 100 ///< Tags >= 100 are purgable whenever needed. macro
/dports/games/doomsday/doomsday-2.3.1/doomsday/sdk/liblegacy/src/
H A Dmemoryzone.c450 if (tag < PU_APPSTATIC || tag > PU_PURGELEVEL) in Z_Malloc()
532 if (iter->tag >= PU_PURGELEVEL) in Z_Malloc()
599 DENG_ASSERT(tag < PU_PURGELEVEL); in Z_Malloc()
825 if (tag >= PU_PURGELEVEL && PTR2INT(block->user) < 0x100) in Z_ChangeTag2()
/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/client/src/ui/
H A Dzonedebug.cpp116 if (block->tag >= PU_PURGELEVEL) in Z_DebugDrawVolume()

12