memory arenas (sort of)

This commit is contained in:
udo
2021-12-27 23:54:15 +00:00
parent 3bc6fe7f90
commit 0889c69582
10 changed files with 240 additions and 261 deletions
+4
View File
@@ -29,8 +29,12 @@ RENDER()
<pre><?
print("Worker PID: ", my_pid, "\n");
print("Parent PID: ", parent_pid, " \n");
print("Output buffer size: ", context->ob->str().length(), " \n");
?></pre>
<pre><?= (var_dump(p)) ?></pre>
<div><?
print("Output buffer size: ", context->ob->str().length(), " \n");
?></div>
</>
String test;