Searched defs:ReallocArray (Results 1 – 4 of 4) sorted by relevance
/dports/net/chrony-lite/chrony-4.2/ |
H A D | memory.h | 42 #define ReallocArray(T, n, x) ((T *) Realloc2((void *)(x), n, sizeof(T))) macro
|
/dports/net/chrony/chrony-4.2/ |
H A D | memory.h | 42 #define ReallocArray(T, n, x) ((T *) Realloc2((void *)(x), n, sizeof(T))) macro
|
/dports/comms/fldigi/fldigi-4.1.20/src/include/jalocha/ |
H A D | pj_struc.h | 16 inline int ReallocArray(type **Array, size_t Size) { in ReallocArray() function
|
/dports/textproc/reflex/reflex-20210808/ |
H A D | flexdef.h | 708 #define ReallocArray(type,array,size) \ macro
|