Searched refs:heapAlloc (Results 1 – 21 of 21) sorted by relevance
28 void* heapAlloc(uint32_t sz);
305 mDownloadState = heapAlloc(sizeof(struct DownloadState)); in doStartFirmwareUpload()943 packet = heapAlloc(data_size + hdr_size); in forwardPacket()1126 resp = heapAlloc(sizeof(*resp)); in halSendLegacyMgmtResponse()1172 resp = heapAlloc(sizeof(*resp)); in halLegacyQueryApps()1184 hdr = heapAlloc(sizeof(*hdr)); in halLegacyQueryApps()1202 if (!(resp = heapAlloc(sizeof(*resp) + NANOHUB_RSA_KEY_CHUNK_LEN))) in halLegacyQueryRsaKeys()1228 if (!(resp = heapAlloc(sizeof(*resp)))) in halLegacyStartUpload()1247 if (!(cookie = heapAlloc(sizeof(*cookie)))) in halLegacyContUpload()1277 if (!(resp = heapAlloc(sizeof(*resp)))) in halLegacyFinishUpload()1339 resp = heapAlloc(sizeof(*resp)); in halSendAppMgmtResponse()[all …]
42 allocator = (struct SlabAllocator*)heapAlloc(sizeof(struct SlabAllocator) + bitsetSz + dataSz); in slabAllocatorNew()
57 sq = heapAlloc(sz); in simpleQueueAlloc()
291 struct SpiDeviceState *state = heapAlloc(sizeof(*state)); in spiMasterRequest()355 struct SpiDeviceState *state = heapAlloc(sizeof(*state)); in spiSlaveRequest()
65 struct EvtQueue *q = heapAlloc(sizeof(struct EvtQueue)); in evtQueueAlloc()
115 void* heapAlloc(uint32_t sz) in heapAlloc() function
167 *retValP = (uintptr_t)heapAlloc(size); in osChreApiHeapAlloc()215 hostMsg = heapAlloc(sizeof(*hostMsg) + messageSize); in osChreSendMessageToHost()
143 struct AppSecState *state = heapAlloc(sizeof(struct AppSecState)); in appSecInit()
747 mActiveSensorTable = heapAlloc(numSensors * sizeof(struct ActiveSensor)); in initSensors()1115 resp = heapAlloc(sizeof(*resp)); in hostIntfNotifyReboot()1131 respLegacy = heapAlloc(sizeof(*respLegacy)); in hostIntfNotifyReboot()
233 *retValP = (uintptr_t)heapAlloc(sz); in osExpApiHeapAlloc()
1069 uint32_t *newList = heapAlloc(sizeof(uint32_t[newSz])); /* grow by 50% */ in osInternalEvtHandle()
146 uint8_t *mem = heapAlloc(sect->bss_end); in cpuAppLoad()
141 userData = heapAlloc(sizeof(struct HostIntfDataBuffer)); in platLogAllocUserData()304 mEarlyLogBuffer = heapAlloc(EARLY_LOG_BUF_SIZE); in platInitialize()
428 struct AlsCalibrationData *data = heapAlloc(sizeof(struct AlsCalibrationData)); in sendCalibrationResultAls()448 struct ProxCalibrationData *data = heapAlloc(sizeof(struct ProxCalibrationData)); in sendCalibrationResultProx()
285 struct CalibrationData *data = heapAlloc(sizeof(struct CalibrationData)); in sendCalibrationResult()
292 struct CalibrationData *data = heapAlloc(sizeof(struct CalibrationData)); in sendCalibrationResult()
544 struct TestResultData *data = heapAlloc(sizeof(struct TestResultData)); in sendTestResult()
1181 struct CalibrationData *data = heapAlloc(sizeof(struct CalibrationData));1433 struct TestResultData *data = heapAlloc(sizeof(struct TestResultData));
2722 struct CalibrationData *data = heapAlloc(sizeof(struct CalibrationData));2880 struct TestResultData *data = heapAlloc(sizeof(struct TestResultData));
1520 data = heapAlloc(sizeof(struct LSM6DSMSelfTestResultPkt)); in lsm6dsm_sendSelfTestResult()1550 data = heapAlloc(sizeof(struct LSM6DSMCalibrationResultPkt)); in lsm6dsm_sendCalibrationResult()