Skip to content

Commit

Permalink
Updating documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
TheLat committed Jul 7, 2015
1 parent 901f052 commit ddf1c59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ I am writing a memory manager to make life easier in C++. The goal is to create
* Handles Pointers To Dynamic Arrays: Yes
* Detects And Frees Arbitrary Graphs With No External References: Yes, see RefCount
* Debugging-friendly: Yes
* Handles Dynamic Arrays Of Length Zero: Yes
* Handles Dynamic Arrays Of Length Zero: **Mostly Yes** Does not correctly resolve resizing one dynamic array while another Pointer points to the same dynamic array.
* Ability To Pack Tables To Smallest Possible Length: **No**
* Ability To Start Tables At Previous Maximum Load: **No**
* Threadsafe: **No**
Expand Down

0 comments on commit ddf1c59

Please sign in to comment.