Searched refs:heapPtr (Results 1 – 2 of 2) sorted by relevance
98 private onReply(heapPtr: number, size: number) {99 const data = this.connection.HEAPU8.slice(heapPtr, heapPtr + size);
364 void* const heapPtr = deMalloc((size_t)pAllocInfo->allocationSize); in allocateHeap() local365 if (!heapPtr) in allocateHeap()367 return heapPtr; in allocateHeap()