Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ public BufferResult(long address, long size) {

}

<<<<<<< HEAD
/**
* Get from the secondary cache using the key buffer.
* @param keyBufAddr address of the key buffer
Expand All @@ -58,11 +57,6 @@ public BufferResult(long address, long size) {
* release the buffer associated with the given address.
*/
void releaseBufferResult(long address);
=======
BufferResult getSecondaryCache(long addr, long size);

void setSecondaryCache(long addrExpr, long sizeExpr, long addr, long size);
>>>>>>> 5ed2f61a9 (Add a Secondary Cache to cache gandiva object code)

}