mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-06-05 12:12:28 +00:00
Make some more fixups
This commit is contained in:
parent
6070a53e89
commit
4ddfc47d6e
18 changed files with 81 additions and 259 deletions
|
@ -31,6 +31,7 @@ static inline bool IsMemtrackedImpl(int x, int y) {
|
|||
}
|
||||
|
||||
bool IsMemtracked(int x, int y) {
|
||||
/* assumes __mmi_lock() is held */
|
||||
bool res;
|
||||
res = IsMemtrackedImpl(x, y);
|
||||
return res;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue