Home | History | Annotate | Download | only in src

Lines Matching full:heapalloc

283         mDownloadState = heapAlloc(sizeof(struct DownloadState));
897 packet = heapAlloc(rawPacket->dataLen + 1);
915 packet = heapAlloc(rx_len - sizeof(req->evtType));
1003 resp = heapAlloc(sizeof(*resp));
1049 resp = heapAlloc(sizeof(*resp));
1059 hdr = heapAlloc(sizeof(*hdr));
1075 if (!(resp = heapAlloc(sizeof(*resp) + NANOHUB_RSA_KEY_CHUNK_LEN)))
1101 if (!(resp = heapAlloc(sizeof(*resp))))
1120 if (!(resp = heapAlloc(sizeof(*resp))))
1148 if (!(resp = heapAlloc(sizeof(*resp))))