mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 14:16:07 -06:00
.upptst
git-svn-id: svn://ultimatepp.org/upp/trunk@8098 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
edc75a9c4b
commit
c105e96e21
2 changed files with 6 additions and 0 deletions
|
|
@ -11,6 +11,8 @@ void Test(int ini, int re)
|
|||
RDUMP(GetMemoryBlockSize(h));
|
||||
RDUMP(TryRealloc(h, re));
|
||||
RDUMP(GetMemoryBlockSize(h));
|
||||
|
||||
delete[] h;
|
||||
}
|
||||
|
||||
CONSOLE_APP_MAIN
|
||||
|
|
|
|||
4
upptst/Memory/init
Normal file
4
upptst/Memory/init
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
#ifndef _Memory_icpp_init_stub
|
||||
#define _Memory_icpp_init_stub
|
||||
#include "Core/init"
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue