diff options
| author | nodist <kevin.comas.git@gmail.com> | 2026-07-10 15:14:36 -0400 |
|---|---|---|
| committer | nodist <kevin.comas.git@gmail.com> | 2026-07-10 15:14:36 -0400 |
| commit | 20106935981d50971da0a7708a5bfdbec256049c (patch) | |
| tree | a8f117787719de25813814b46ceb3e27c6541cfc /docs/application/memory.md | |
| parent | 4b46d1e1b306a8573113aa971c5f8811256e2bd0 (diff) | |
array methods and return qualifier
Diffstat (limited to 'docs/application/memory.md')
| -rw-r--r-- | docs/application/memory.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/application/memory.md b/docs/application/memory.md index 44a3786..e180b24 100644 --- a/docs/application/memory.md +++ b/docs/application/memory.md @@ -25,7 +25,7 @@ Requires a ring buffer for each power of two ```c #define KPL_DYANMIC_OBJ_MIN_BITS 7 -#define KPL_DYNAMIC_OBJ_MAX_BITS 27 +#define KPL_DYNAMIC_OBJ_MAX_BITS 30 #define KPL_DYNAMIC_OBJ_MIN_SIZE (1 << KPL_DYANMIC_OBJ_MIN_BITS) |
