Searched defs:REALLOC (Results 1 - 7 of 7) sorted by relevance
/illumos-gate/usr/src/cmd/pools/poolstat/ |
H A D | poolstat_utils.h | 38 #define REALLOC(p, nbytes) Realloc((p), (nbytes)) macro
|
/illumos-gate/usr/src/cmd/fm/eversholt/common/ |
H A D | alloc.h | 50 #define REALLOC(ptr, nbytes) alloc_realloc(ptr, nbytes, __FILE__, __LINE__) macro 57 #define REALLOC(ptr, nbytes) alloc_realloc(ptr, nbytes, "???", __LINE__) macro
|
/illumos-gate/usr/src/cmd/audio/include/ |
H A D | libaudio_impl.h | 52 * REALLOC - re-allocate a larger amount of memory 53 * foo = REALLOC(foo, 10, struct foo); -- extend to 10 foos 68 #define REALLOC(ptr, number, type) \ macro
|
/illumos-gate/usr/src/cmd/logadm/ |
H A D | err.h | 64 #define REALLOC(ptr, nbytes) err_realloc(ptr, nbytes, __FILE__, __LINE__) macro
|
/illumos-gate/usr/src/lib/efcode/include/fcode/ |
H A D | private.h | 62 #define REALLOC(x, n) safe_realloc((x), (n), __FILE__, __LINE__) macro
|
/illumos-gate/usr/src/cmd/lp/cmd/lpadmin/ |
H A D | options.c | 65 #define REALLOC(pointer) \ macro 751 REALLOC (stty_opt);
|
/illumos-gate/usr/src/cmd/gencat/ |
H A D | gencat.c | 73 #define REALLOC(x, n) realloc((char *)(x), (unsigned)(n)) macro 578 text = REALLOC(text, text_size);
|
Completed in 88 milliseconds