blob: 03c1c6bfb2d7d79934ee640667dcce424790ddd6 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<script src="../../resources/js-test-pre.js"></script>
<script type="text/javascript">
shouldBeDefined(window.internals);
var stats = window.internals.mallocStatistics();
shouldBeDefined(stats);
shouldBeGreaterThanOrEqual("stats.reservedVMBytes", "0");
shouldBeGreaterThanOrEqual("stats.committedVMBytes", "0");
shouldBeGreaterThanOrEqual("stats.freeListBytes", "0");
</script>
</head>
<body>
</body>
</html>