Searched refs:MY_ALLOC_AND_CPY (Results 1 – 1 of 1) sorted by relevance
18 #define MY_ALLOC_AND_CPY(to, size, from, alloc) \ macro22 { if ((size) == 0) p = NULL; else { MY_ALLOC_AND_CPY(to, size, from, alloc) } }321 MY_ALLOC_AND_CPY(*v, numBytes, sd->Data, alloc); in ReadBitVector()