This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [V2 patch] Enhance comments in nsswitch.h


* DJ Delorie:

> +   We define several types of pointers to try help identify the data:
> +   - ptr-to-malloc'd: Pointer to data which needs freeing.
> +   - ptr-to-persistent: Pointer to persistent object.
> +   - ptr-to-unloadable: Pointer to unloadlable object.  */

What is a pointer to an unloadable object?  A DSO handle?  Or is it a
heap pointer that is never freed?

Is ptr-to-persistent to a static object?

Thanks,
Florian


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]