Searched refs:storage (Results 1 – 2 of 2) sorted by relevance
38 uint8_t* storage; member50 newBuf->storage = reinterpret_cast<uint8_t*>(malloc(kInitialStorage)); in expandBufAlloc()64 free(pBuf->storage); in expandBufFree()72 return pBuf->storage; in expandBufGetBuffer()95 uint8_t* newPtr = reinterpret_cast<uint8_t*>(realloc(pBuf->storage, pBuf->maxLen)); in ensureSpace()100 pBuf->storage = newPtr; in ensureSpace()110 gapStart = pBuf->storage + pBuf->curLen; in expandBufAddSpace()122 *(pBuf->storage + pBuf->curLen) = val; in expandBufAdd1()131 Set2BE(pBuf->storage + pBuf->curLen, val); in expandBufAdd2BE()140 Set4BE(pBuf->storage + pBuf->curLen, val); in expandBufAdd4BE()[all …]
859 // Load the static storage base of the class that given method resides