]> granicus.if.org Git - apache/commit
Allocate iols out of the ptrans pool rather than mallocing them out
authorBill Stoddard <stoddard@apache.org>
Wed, 5 Jul 2000 19:40:39 +0000 (19:40 +0000)
committerBill Stoddard <stoddard@apache.org>
Wed, 5 Jul 2000 19:40:39 +0000 (19:40 +0000)
commitd92be21f389d789908a53e87ef0b84acbff717b2
tree22e16d28a01824c4dcc2eec111c0226f14fcfc78
parent8c045570e0f83fc1fccec3b8663bd030a2ac19ad
Allocate iols out of the ptrans pool rather than mallocing them out
of the heap. The extra malloc/free is a significant performance
hit on some platforms and repeatedly alloc/freeing small chunks of storage
can fragment the heap.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85770 13f79535-47bb-0310-9956-ffa450edef68
server/mpm/beos/beos.c
server/mpm/dexter/dexter.c
server/mpm/mpmt_beos/mpmt_beos.c
server/mpm/mpmt_pthread/mpmt_pthread.c
server/mpm/prefork/prefork.c
server/mpm/spmt_os2/spmt_os2.c
server/mpm/winnt/mpm_winnt.c