index
:
camellia
main
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
shared
/
flags.h
blob: dd20a3f35dbf23bb4cf60396cacf3c17e6300e82 (
plain
)
1
2
3
4
5
6
#pragma once enum { MEMFLAG_PRESENT = 1 << 0, MEMFLAG_FINDFREE = 1 << 1, };