Home
last modified time | relevance | path

Searched refs:Ld_heap (Results 1 – 4 of 4) sorted by relevance

/titanic_50/usr/src/cmd/sgs/libld/common/
H A Dglobals.c36 Ld_heap *ld_heap; /* list of allocated blocks for */
H A Dutil.c105 Ld_heap *chp = ld_heap; in libld_malloc()
115 Ld_heap *nhp; in libld_malloc()
116 size_t hsize = (size_t)S_ROUND(sizeof (Ld_heap), HEAPALIGN); in libld_malloc()
H A D_libld.h305 typedef struct _ld_heap Ld_heap; typedef
307 Ld_heap *lh_next;
652 extern Ld_heap *ld_heap;
H A Dldmain.c521 Ld_heap *chp, *php; in ld_ofl_cleanup()