Skip to content

Commit 7f91928

Browse files
committed
Update README
1 parent 9e8393b commit 7f91928

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# space_alloc
22

3-
General purpose space allocators.
4-
These don't actually allocate any memory, they only provide bookkeeping. Allocation methods will return [Allocation]s with an offset and size that the user can interpret in whichever way they need, for instance, GPU space division.
3+
General purpose unidimensional space allocators.
4+
5+
These don't actually allocate any memory, they only provide bookkeeping. Allocation methods will return `Allocation`s with an offset and size that the user can interpret in whichever way they need, for instance, GPU space division.

0 commit comments

Comments
 (0)