allocate_vector  2440 src/alloc.c        = (struct Lisp_Bool_Vector *) allocate_vector (needed_elements);
allocate_vector  3932 src/alloc.c        = (struct Lisp_Symbol_With_Pos *) allocate_vector (2);
allocate_vector  4348 src/fns.c        v = allocate_vector (new_size);
allocate_vector  3921 src/font.c       spec = (struct font_spec *) allocate_vector (font_spec_size);
allocate_vector  4372 src/lisp.h     extern struct Lisp_Vector *allocate_vector (ptrdiff_t)
allocate_vector  4378 src/lisp.h       return make_lisp_ptr (allocate_vector (size), Lisp_Vectorlike);
allocate_vector  3808 test/manual/etags/c-src/emacs/src/lisp.h extern struct Lisp_Vector *allocate_vector (EMACS_INT);
allocate_vector  3825 test/manual/etags/c-src/emacs/src/lisp.h   p = allocate_vector (size);