Home
last modified time | relevance | path

Searched refs:http1ClientSessionAllocator (Results 1 – 4 of 4) sorted by relevance

/dports/www/trafficserver/trafficserver-9.1.1/proxy/http/
H A DHttpSessionAccept.cc52 Http1ClientSession *new_session = THREAD_ALLOC_INIT(http1ClientSessionAllocator, this_ethread()); in accept()
H A DHttp1ClientSession.h132 extern ClassAllocator<Http1ClientSession, true> http1ClientSessionAllocator;
H A DHttp1ClientSession.cc58 ClassAllocator<Http1ClientSession, true> http1ClientSessionAllocator("http1ClientSessionAllocator"); variable
121 THREAD_FREE(this, http1ClientSessionAllocator, this_thread()); in free()
/dports/www/trafficserver/trafficserver-9.1.1/iocore/eventsystem/
H A DI_Thread.h122 ProxyAllocator http1ClientSessionAllocator; variable