Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OGSR/OGSR-Engine
/ reserve
Method
reserve
ogsr_engine/xrCore/FS.cpp:93–97 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
91
}
92
93
void CMemoryWriter::reserve(const size_t count)
94
{
95
mem_size = count;
96
data = (BYTE*)xr_malloc(mem_size);
97
}
98
99
bool CMemoryWriter::save_to(LPCSTR fn) const
100
{
Callers
15
draw_covers
Method · 0.45
player_hud
Method · 0.45
Create
Method · 0.45
build_circle_trajectory
Method · 0.45
Load_GameSpecific_After
Method · 0.45
Load_GameSpecific_CFORM
Method · 0.45
save
Method · 0.45
Load
Method · 0.45
prepare_accessible_neighbour_border
Method · 0.45
CBulletManager
Method · 0.45
game_sv_event_queue.cpp
File · 0.45
reinit
Method · 0.45
Calls
1
xr_malloc
Function · 0.85
Tested by
no test coverage detected