Searched refs:alloc_realloc (Results 1 – 3 of 3) sorted by relevance
/titanic_41/usr/src/cmd/fm/eversholt/common/ |
H A D | alloc.h | 40 void *alloc_realloc(void *ptr, size_t nbytes, const char *fname, int line); 50 #define REALLOC(ptr, nbytes) alloc_realloc(ptr, nbytes, __FILE__, __LINE__) 57 #define REALLOC(ptr, nbytes) alloc_realloc(ptr, nbytes, "???", __LINE__)
|
H A D | alloc.c | 92 alloc_realloc(void *ptr, size_t nbytes, const char *fname, int line) in alloc_realloc() function
|
/titanic_41/usr/src/cmd/fm/modules/common/eversholt/ |
H A D | alloc.c | 119 alloc_realloc(void *ptr, size_t nbytes, const char *fname, int line) in alloc_realloc() function
|