MCPcopy Create free account
hub / github.com/MapServer/MapServer / allocate

Method allocate

renderers/agg/include/agg_array.h:233–237  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

231 //------------------------------------------------------------------------
232 template<class T>
233 void pod_vector<T>::allocate(unsigned size, unsigned extra_tail)
234 {
235 capacity(size, extra_tail);
236 m_size = size;
237 }
238
239
240 //------------------------------------------------------------------------

Callers 15

blur_xMethod · 0.45
stack_blur_gray8Function · 0.45
stack_blur_rgb24Function · 0.45
stack_blur_rgba32Function · 0.45
blur_xMethod · 0.45
signatureMethod · 0.45
cache_glyphMethod · 0.45
rewind_scanlinesMethod · 0.45
sweep_stylesMethod · 0.45
navigate_scanlineMethod · 0.45
allocate_cover_bufferMethod · 0.45
sort_cellsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected