MCPcopy Create free account
hub / github.com/MoeMod/CSMoE / SV_AllocStringPool

Function SV_AllocStringPool

engine/server/sv_game.cpp:3056–3133  ·  view source on GitHub ↗

================== SV_AllocStringPool alloc string pool on 32bit platforms alloc string array near the server library on 64bit platforms if possible alloc string array somewhere if not (MAKE_STRING will not work. Always call ALLOC_STRING instead, or crash) this case need patched game dll with MAKE_STRING checking ptrdiff size ================== */

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

SV_LoadProgsFunction · 0.85

Calls 3

MsgDevFunction · 0.85
Q_atoiFunction · 0.85
Sys_CheckParmFunction · 0.85

Tested by

no test coverage detected