Searched refs:http1ClientSessionAllocator (Results 1 – 4 of 4) sorted by relevance
52 Http1ClientSession *new_session = THREAD_ALLOC_INIT(http1ClientSessionAllocator, this_ethread()); in accept()
132 extern ClassAllocator<Http1ClientSession, true> http1ClientSessionAllocator;
58 ClassAllocator<Http1ClientSession, true> http1ClientSessionAllocator("http1ClientSessionAllocator"); variable121 THREAD_FREE(this, http1ClientSessionAllocator, this_thread()); in free()
122 ProxyAllocator http1ClientSessionAllocator; variable