union allocated_types
Defined at line 274 of file ../../zircon/third_party/ulib/musl/ldso/dynlink.c
Simple bump allocator for dynamic linker internal data structures.
This allocator is single-threaded: it can be used only at startup or
while holding the big lock. These allocations can never be freed
once in use. But it does support a simple checkpoint and rollback
mechanism to undo all allocations since the checkpoint, used for the
abortive dlopen case.
Public Members
dso dso
size_t[2] tlsdesc