mirror of
https://github.com/microsoft/mimalloc.git
synced 2025-07-07 11:58:41 +03:00
move 'memory.c' to 'region.c'
This commit is contained in:
parent
7785139201
commit
4faf412f53
10 changed files with 18 additions and 18 deletions
|
@ -21,7 +21,7 @@ set(mi_sources
|
|||
src/random.c
|
||||
src/os.c
|
||||
src/arena.c
|
||||
src/memory.c
|
||||
src/region.c
|
||||
src/segment.c
|
||||
src/page.c
|
||||
src/alloc.c
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue