glörg
This commit is contained in:
parent
1f13d9ce80
commit
4bf75a8d8e
|
@ -32,7 +32,7 @@ void *uiAlloc(size_t size, const char *type)
|
||||||
{
|
{
|
||||||
byteArray *out;
|
byteArray *out;
|
||||||
|
|
||||||
out = new byteArray(size, 0);//printf("alloc %s at %08X\n", type, rawBytes(out));
|
out = new byteArray(size, 0);
|
||||||
heap[rawBytes(out)] = out;
|
heap[rawBytes(out)] = out;
|
||||||
types[out] = type;
|
types[out] = type;
|
||||||
return rawBytes(out);
|
return rawBytes(out);
|
||||||
|
|
Loading…
Reference in New Issue