Home
last modified time | relevance | path

Searched refs:_free (Results 1 – 7 of 7) sorted by relevance

/titanic_41/usr/src/lib/libumem/i386/
H A Dasm_subr.s103 ENTRY(_free)
110 SET_SIZE(_free)
113 ANSI_PRAGMA_WEAK2(free,_free,function)
H A Dumem_genasm.c73 static uintptr_t umem_genasm_fptr = (uintptr_t)&_free;
/titanic_41/usr/src/lib/libumem/common/
H A Dumem_base.h158 extern void _free(void *);
/titanic_41/usr/src/lib/libast/common/features/
H A Dvmalloc71 extern void _free(void* p) { }
80 extern void _free(p) char* p; { }
/titanic_41/usr/src/lib/libumem/amd64/
H A Dumem_genasm.c77 static uintptr_t umem_genasm_fptr = (uintptr_t)&_free;
/titanic_41/usr/src/lib/libnwam/
H A DREADME110 nwam_<entity>_read(), and freed (in memory) via calls to nwam_<entity>_free().
125 used. This is distinct from nwam_<entity>_free(), which simply frees
/titanic_41/usr/src/lib/libast/common/vmalloc/
H A Dmalloc.c519 extern Void_t F1(_free, Void_t*,p) { free(p); } in F1() argument