MCPcopy Create free account
hub / github.com/Achain-Dev/Achain / manager

Method manager

include/win/boost/function/function_base.hpp:443–448  ·  view source on GitHub ↗

Function pointers

Source from the content-addressed store, hash-verified

441
442 // Function pointers
443 static inline void
444 manager(const function_buffer& in_buffer, function_buffer& out_buffer,
445 functor_manager_operation_type op, function_ptr_tag)
446 {
447 functor_manager_common<Functor>::manage_ptr(in_buffer,out_buffer,op);
448 }
449
450 // Function objects that fit in the small-object buffer.
451 static inline void

Callers

nothing calls this directly

Calls 5

manage_ptrFunction · 0.85
allocateMethod · 0.45
constructMethod · 0.45
destroyMethod · 0.45
deallocateMethod · 0.45

Tested by

no test coverage detected