allocate_vectorlike minor cleanup
commita597969f1360b8c28fd4467018792662b698e03a
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 4 Dec 2017 02:17:00 +0000 (3 18:17 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 4 Dec 2017 02:18:02 +0000 (3 18:18 -0800)
treed05f411481b000a7773d1351eebd641a878aca5f
parentc54718e0bb390b35d86e8cab7ae1a7d1da9c047c
allocate_vectorlike minor cleanup

* src/alloc.c (allocate_vectorlike): Move a bit of code out of the
critical section.  Although this doesn’t really help performance,
it cleans up the code a bit and should make it easier to add
pointer bounds checking.
src/alloc.c