Searched defs:XRESIZEVEC (Results 1 – 5 of 5) sorted by relevance
| /dragonfly/contrib/gdb-7/include/ |
| HD | libiberty.h | 353 #define XRESIZEVEC(T, P, N) ((T *) xrealloc ((void *) (P), sizeof (T) * (N))) macro
|
| /dragonfly/contrib/binutils-2.27/include/ |
| HD | libiberty.h | 360 #define XRESIZEVEC(T, P, N) ((T *) xrealloc ((void *) (P), sizeof (T) * (N))) macro
|
| /dragonfly/contrib/gcc-4.7/include/ |
| HD | libiberty.h | 362 #define XRESIZEVEC(T, P, N) ((T *) xrealloc ((void *) (P), sizeof (T) * (N))) macro
|
| /dragonfly/contrib/gcc-8.0/include/ |
| HD | libiberty.h | 360 #define XRESIZEVEC(T, P, N) ((T *) xrealloc ((void *) (P), sizeof (T) * (N))) macro
|
| /dragonfly/contrib/binutils-2.34/include/ |
| HD | libiberty.h | 369 #define XRESIZEVEC(T, P, N) ((T *) xrealloc ((void *) (P), sizeof (T) * (N))) macro
|