]> git.eshelyaron.com Git - emacs.git/commit
More accurate static vector block size assertion
authorMattias Engdegård <mattiase@acm.org>
Sat, 16 Sep 2023 11:07:42 +0000 (13:07 +0200)
committerMattias Engdegård <mattiase@acm.org>
Sat, 16 Sep 2023 14:32:05 +0000 (16:32 +0200)
commitb1881d7dab53b490148b6a19bb6a3fb62f52ad22
tree6cacc6fa96d84059f69aff95e0dff4dc12ed2524
parent94b1de2774b5c1fa3c28285229900657638f5c3f
More accurate static vector block size assertion

* src/alloc.c: The size of a vector block is bound by the number of
words, not bytes, represented by the pseudovector header RESTSIZE
field, because that limits how big a PVEC_FREE object can be.
src/alloc.c