MCPcopy Create free account
hub / github.com/davidgiven/fluxengine / allocate

Method allocate

dep/agg/include/agg_array.h:384–388  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

382 //------------------------------------------------------------------------
383 template <class T>
384 void pod_vector<T>::allocate(unsigned size, unsigned extra_tail)
385 {
386 capacity(size, extra_tail);
387 m_size = size;
388 }
389
390 //------------------------------------------------------------------------
391 template <class T>

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
blurMethod · 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

Calls

no outgoing calls

Tested by

no test coverage detected