Skip to content
  • Rémi Denis-Courmont's avatar
    objres: introduce object resources tracking · 749d0390
    Rémi Denis-Courmont authored
    This very simplistic system (inspired by Linux kernel "devres") tracks a
    list of allocated resources. It is intended to automatically release
    resources allocated by a module instance when either activation fails,
    or upon deactivation. That is meant to simplify error and cleanup code
    paths.
    749d0390