Searched refs:new_msgpool (Results 1 – 1 of 1) sorted by relevance
213 char *old_msgpool, *new_msgpool; in msgrealloc() local269 new_msgpool = (void *)v; in msgrealloc()270 new_msgmaps = (void *)((uintptr_t)new_msgpool + ALIGN(newmsgmax)); in msgrealloc()371 memcpy(&new_msgpool[nnext * msginfo.msgssz], in msgrealloc()397 msgpool = new_msgpool; in msgrealloc()