diff options
| author | Ben Johnson <benbjohnson@yahoo.com> | 2014-01-28 16:18:16 -0500 |
|---|---|---|
| committer | Ben Johnson <benbjohnson@yahoo.com> | 2014-01-28 16:18:16 -0500 |
| commit | bb7a93f750e6c81a4e5cabf57e2d4ab42587361f (patch) | |
| tree | 3206204a29dd68d5183960fdd582e168a95f5b7c /page.go | |
| parent | Add tpage.put() test. (diff) | |
| download | dedo-bb7a93f750e6c81a4e5cabf57e2d4ab42587361f.tar.gz dedo-bb7a93f750e6c81a4e5cabf57e2d4ab42587361f.tar.xz | |
Add tpage.read() test.
Diffstat (limited to 'page.go')
| -rw-r--r-- | page.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,7 +6,7 @@ import ( const pageHeaderSize = int(unsafe.Offsetof(((*page)(nil)).ptr)) -const maxPageAllocSize = 0xFFFFFFF +const maxAllocSize = 0xFFFFFFF const minKeysPerPage = 2 const maxNodesPerPage = 65535 |
