Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/fm/eversholt/common/
H A Dalloc.h41 void *alloc_malloc(size_t nbytes, const char *fname, int line);
49 #define MALLOC(nbytes) alloc_malloc(nbytes, __FILE__, __LINE__)
56 #define MALLOC(nbytes) alloc_malloc(nbytes, "???", __LINE__)
H A Dalloc.c70 alloc_malloc(size_t nbytes, const char *fname, int line) in alloc_malloc() function
/titanic_41/usr/src/cmd/fm/modules/common/eversholt/
H A Dalloc.c90 alloc_malloc(size_t nbytes, const char *fname, int line) in alloc_malloc() function
121 void *retval = alloc_malloc(nbytes, fname, line); in alloc_realloc()
146 char *retval = alloc_malloc(strlen(ptr) + 1, fname, line); in alloc_strdup()
H A Dplatform.c80 void *p = alloc_malloc(bytes, NULL, 0); in topo_use_alloc()
96 return (alloc_malloc(size, NULL, 0)); in alloc_nv_alloc()