MCPcopy Create free account
hub / github.com/apache/trafficserver / re_init

Method re_init

include/tscore/Allocator.h:197–204  ·  view source on GitHub ↗

Re-initialize the parameters of the allocator. */

Source from the content-addressed store, hash-verified

195
196 /** Re-initialize the parameters of the allocator. */
197 void
198 re_init(const char * /* name ATS_UNUSED */, unsigned int element_size, unsigned int /* chunk_size ATS_UNUSED */,
199 unsigned int alignment, bool /* use_hugepages ATS_UNUSED */, int advice)
200 {
201 this->element_size = element_size;
202 this->alignment = alignment;
203 this->advice = advice;
204 }
205
206 // Dummies
207 void

Callers 1

init_buffer_allocatorsFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected