Searched refs:alloc_malloc (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/cmd/fm/eversholt/common/ |
H A D | alloc.h | 41 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 D | alloc.c | 70 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 D | alloc.c | 90 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 D | platform.c | 80 void *p = alloc_malloc(bytes, NULL, 0); in topo_use_alloc() 96 return (alloc_malloc(size, NULL, 0)); in alloc_nv_alloc()
|