Searched refs:heapAlloc (Results 1 – 16 of 16) sorted by relevance
31 void* heapAlloc(uint32_t sz);
283 mDownloadState = heapAlloc(sizeof(struct DownloadState)); in doStartFirmwareUpload()897 packet = heapAlloc(rawPacket->dataLen + 1); in writeEvent()915 packet = heapAlloc(rx_len - sizeof(req->evtType)); in writeEvent()1003 resp = heapAlloc(sizeof(*resp)); in halSendMgmtResponse()1049 resp = heapAlloc(sizeof(*resp)); in halQueryApps()1059 hdr = heapAlloc(sizeof(*hdr)); in halQueryApps()1075 if (!(resp = heapAlloc(sizeof(*resp) + NANOHUB_RSA_KEY_CHUNK_LEN))) in halQueryRsaKeys()1101 if (!(resp = heapAlloc(sizeof(*resp)))) in halStartUpload()1120 if (!(resp = heapAlloc(sizeof(*resp)))) in halContUpload()1148 if (!(resp = heapAlloc(sizeof(*resp)))) in halFinishUpload()
42 allocator = (struct SlabAllocator*)heapAlloc(sizeof(struct SlabAllocator) + bitsetSz + dataSz); in slabAllocatorNew()
48 struct EvtQueue *q = heapAlloc(sizeof(struct EvtQueue)); in evtQueueAlloc()
283 struct SpiDeviceState *state = heapAlloc(sizeof(*state)); in spiMasterRequest()347 struct SpiDeviceState *state = heapAlloc(sizeof(*state)); in spiSlaveRequest()
57 sq = heapAlloc(sz); in simpleQueueAlloc()
115 void* heapAlloc(uint32_t sz) in heapAlloc() function
144 struct AppSecState *state = heapAlloc(sizeof(struct AppSecState)); in appSecInit()
217 *retValP = (uintptr_t)heapAlloc(sz); in osExpApiHeapAlloc()
683 mActiveSensorTable = heapAlloc(mNumSensors * sizeof(struct ActiveSensor)); in initSensors()999 struct NanohubHalRebootTx *resp = heapAlloc(sizeof(*resp)); in hostIntfNotifyReboot()
954 uint32_t *newList = heapAlloc(sizeof(uint32_t[newSz])); /* grow by 50% */ in osInternalEvtHandle()
146 uint8_t *mem = heapAlloc(sect->bss_end); in cpuAppLoad()
134 userData = heapAlloc(sizeof(struct HostIntfDataBuffer)); in platLogAllocUserData()313 mEarlyLogBuffer = heapAlloc(EARLY_LOG_BUF_SIZE); in platInitialize()
325 struct AlsCalibrationData *data = heapAlloc(sizeof(struct AlsCalibrationData)); in sendCalibrationResultAls()345 struct ProxCalibrationData *data = heapAlloc(sizeof(struct ProxCalibrationData)); in sendCalibrationResultProx()
172 struct CalibrationData *data = heapAlloc(sizeof(struct CalibrationData)); in sendCalibrationResult()
2252 struct CalibrationData *data = heapAlloc(sizeof(struct CalibrationData)); in sendCalibrationResult()