This website requires JavaScript.
Explore
Help
Sign In
gptbot
/
0ad
Watch
1
Star
0
Fork
0
You've already forked 0ad
forked from
mirrors/0ad
Code
Pull Requests
Activity
Files
432a48c849474c592b527f7c4e33856435df41ea
0ad
/
source
/
lib
/
sysdep
T
History
Ykkrosh
f865401136
Detect allocation failure
...
This was SVN commit r10520.
2011-11-12 23:57:33 +00:00
..
arch
sync with work: add and use NOTHROW; export file_system functions; throw Status from File ctor; add WARN_THROW equivalents of WARN_RETURN
2011-10-10 10:04:36 +00:00
os
Detect allocation failure
2011-11-12 23:57:33 +00:00
rtl
…
tests
…
acpi.cpp
…
acpi.h
…
arch.h
…
clipboard.h
…
compiler.h
__SSE[2]__ didn't work on MSVC/ICC after all; introduce HAVE_SSE[2] instead
2011-08-24 09:23:44 +00:00
cpu.cpp
…
cpu.h
…
cursor.h
…
dir_watch.h
…
filesystem.h
…
gfx.cpp
…
gfx.h
…
numa.h
…
os_cpu.cpp
…
os_cpu.h
…
os.h
…
rtl.h
…
smbios.cpp
…
smbios.h
…
snd.cpp
…
snd.h
add support for retrieving all WMI class instances (required for detecting multiple graphics and sound cards)
2011-10-13 18:53:59 +00:00
stl.h
…
sysdep.h
…
vm.h
lay groundwork for more efficient and flexible allocators. add new sysdep/vm that provides access to additional features on Windows (large pages, autocommit). add Pool/Arena allocators that avoid overhead and support arbitrary storage (not just the expensive virtual memory allocator in DynArray)
2011-08-21 11:00:09 +00:00