Skip to content

Commit

Permalink
[DYNARC] Forgot this file from previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
ptitSeb committed Dec 23, 2024
1 parent 48db759 commit e071a70
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/include/custommem.h
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ void addLockAddress(uintptr_t addr); // add an address to the list of "LOCK"a
int isLockAddress(uintptr_t addr); // return 1 is the address is used as a LOCK, 0 else

void SetHotPage(uintptr_t addr);
void CheckHotPage(uintptr_t addr);
int isInHotPage(uintptr_t addr);
int checkInHotPage(uintptr_t addr);
#endif
Expand Down

0 comments on commit e071a70

Please sign in to comment.