Made a memory allocator (crude)
This commit is contained in:
parent
b5c7344851
commit
941bac31b6
53 changed files with 469 additions and 146 deletions
|
|
@ -101,6 +101,6 @@ t_u64 sip13_finish(t_sip13 *self)
|
|||
state.v2 ^= 0xff;
|
||||
compress(&state);
|
||||
compress(&state);
|
||||
free(self);
|
||||
me_free(self);
|
||||
return (state.v0 ^ state.v1 ^ state.v2 ^ state.v3);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue