X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;f=Documentation%2Ftechnical%2Fmemory.txt;h=ea7fb7b710e1673f196576203aa76b6ede1e2a21;hb=84b7b8b9a0897c1f062e304aa6d16e2ea819fece;hp=bb1c92fde1e7ea388409682d850dadb670140589;hpb=4bebfa0c80ad7f4596a7dca98b39121470a42af0;p=public-inbox.git diff --git a/Documentation/technical/memory.txt b/Documentation/technical/memory.txt index bb1c92fd..ea7fb7b7 100644 --- a/Documentation/technical/memory.txt +++ b/Documentation/technical/memory.txt @@ -13,7 +13,7 @@ deterministically release memory back to the heap. We start with a simple data model with few circular references. This both eases human understanding and reduces -the likelyhood of bugs. +the likelihood of bugs. Knowing the relative sizes and quantities of our data structures, we limit the scope of allocations as much as