Searched refs:sizeBytes (Results 1 – 3 of 3) sorted by relevance
118 void* reallocImpl(void* oldPtr, size_t sizeBytes) { in reallocImpl() argument124 return _aligned_malloc(sizeBytes, actualAlign); in reallocImpl()127 if (posix_memalign(&res, actualAlign, sizeBytes)) { in reallocImpl()
107 sizeBytes = chunkSize * numChunks; in Block()109 storage.resize(sizeBytes); in Block()119 uintptr_t end = (uintptr_t)(data + sizeBytes); in getInterval()209 size_t sizeBytes = 0; member
266 const size_t sizeBytes = nFrames * nChannels * sizeof(*samples); in read() local269 sizeof(*samples), sizeBytes); in read()275 sizeBytes / sizeof(int16_t)); in read()277 writer(mWriteBuffer.data(), sizeBytes); in read()