Added string_util to common, small changes in loader.cpp
This commit is contained in:
parent
4ed24a0619
commit
5472fd4d9b
14 changed files with 93 additions and 87 deletions
|
@ -143,7 +143,7 @@ void MemArena::GrabLowMemSpace(size_t size)
|
|||
// a bit more.
|
||||
for (int i = 0; i < 10000; i++)
|
||||
{
|
||||
std::string file_name = StringFromFormat("/citramem.%d", i);
|
||||
std::string file_name = Common::StringFromFormat("/citramem.%d", i);
|
||||
fd = shm_open(file_name.c_str(), O_RDWR | O_CREAT | O_EXCL, 0600);
|
||||
if (fd != -1)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue