230 if (actualWords > maxNumWords) {
240 deltaWords = maxNumWords - actualWords;
298 byteCopy (data_ptr, data_arr, numBytes);
299 data_ptr += numBytes;
337 PHDWORD numBytes = numWords*wordSize;
342 BYTE* hits_ptr = (
BYTE *) malloc (numBytes);
343 byteCopy (hits_ptr, (
BYTE *) unformBlock_ptr, numBytes);
348 *address_arr = (
UINT*) malloc (
sizeof(
UINT));
351 *hits_arr = hits_ptr;
352 *hitLength = wordSize;