MCPcopy Create free account
hub / github.com/boostorg/stacktrace / ld_info

Class ld_info

include/boost/stacktrace/detail/location_from_symbol.hpp:45–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43
44 try {
45 std::vector<struct ld_info> pld_info_storage;
46 pld_info_storage.resize(
47 (dl_buff_size + sizeof(struct ld_info) - 1) / sizeof(struct ld_info)
48 );

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected