MCPcopy Create free account
hub / github.com/asmjit/asmjit / virtual_size

Method virtual_size

asmjit/core/codeholder.h:312–313  ·  view source on GitHub ↗

Returns the virtual size of the section. Virtual size is initially zero and is never changed by AsmJit. It's normal if virtual size is smaller than size returned by `buffer_size()` as the buffer stores real data emitted by assemblers or appended by users. Use `real_size()` to get the real and final size of this section.

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 3

_addMethod · 0.80
relocate_to_baseMethod · 0.80
copy_flattened_dataMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected