![]() |
Lumiera 0.pre.04
»edit your freedom«
|
Functions | |
| ptrdiff_t | captureRawAddrOffset (RawAddr anchor, RawAddr subject) |
| template<class TAR > | |
| static TAR * | relocate (RawAddr anchor, ptrdiff_t offset) |
Variables | |
| const ptrdiff_t | FUNCTOR_PAYLOAD_OFFSET |
Definition at line 98 of file lazy-init.hpp.
References captureRawAddrOffset().
Referenced by captureRawAddrOffset().
Here is the call graph for this function:
Here is the caller graph for this function:
|
inlinestatic |
Definition at line 109 of file lazy-init.hpp.
References relocate().
Referenced by relocate().
Here is the call graph for this function:
Here is the caller graph for this function:| const ptrdiff_t FUNCTOR_PAYLOAD_OFFSET |
implementation defined : offset of a payload placed directly into a std::function when the small object optimisation applies.
Definition at line 126 of file lazy-init.hpp.