Fixed allocation limiter.
This commit is contained in:
@@ -47,6 +47,7 @@ public final class Allocator {
|
||||
}
|
||||
if (size != 0) {
|
||||
ALLOCATIONS.put(handle, new Allocation(size));
|
||||
allocated += size;
|
||||
}
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user