Searched refs:umem_printf (Results 1 - 5 of 5) sorted by relevance

/opensolaris-onvv-gate/usr/src/lib/libumem/common/
H A Dumem_fail.c95 umem_printf("stack trace:\n");
99 umem_printf("\n");
H A Dmisc.c218 umem_printf(const char *format, ...) function
264 umem_printf("%s'", endpath);
268 umem_printf("?? (0x%p)", pointer);
271 umem_printf("%s+0x%p", sym_info.dli_sname,
H A Dmisc.h86 void umem_printf(const char *format, ...);
H A Dumem.c872 umem_printf("umem allocator: ");
877 umem_printf("buffer modified after being freed\n");
881 umem_printf("modification occurred at offset 0x%lx "
888 umem_printf("redzone violation: write past end of buffer\n");
892 umem_printf("invalid free: buffer not in cache\n");
896 umem_printf("duplicate free: buffer freed twice\n");
900 umem_printf("boundary tag corrupted\n");
901 umem_printf("bcp ^ bxstat = %lx, should be %lx\n",
907 umem_printf("bufctl corrupted\n");
911 umem_printf("buffe
[all...]
H A Dvmem.c1558 umem_printf("vmem_destroy('%s'): leaked %lu bytes",

Completed in 58 milliseconds