projects
/
sbcl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
df9e151
)
cleanup: os_vm_size_t in gc_alloc_new_region
author
Nikodemus Siivola
<nikodemus@random-state.net>
Fri, 25 Nov 2011 12:55:45 +0000
(14:55 +0200)
committer
Nikodemus Siivola
<nikodemus@random-state.net>
Sun, 27 Nov 2011 11:19:03 +0000
(13:19 +0200)
Same as before, long remains in the interface for a while yet.
src/runtime/gencgc.c
patch
|
blob
|
history
diff --git
a/src/runtime/gencgc.c
b/src/runtime/gencgc.c
index
652733f
..
3eb134f
100644
(file)
--- a/
src/runtime/gencgc.c
+++ b/
src/runtime/gencgc.c
@@
-789,7
+789,7
@@
gc_alloc_new_region(long nbytes, int page_type_flag, struct alloc_region *alloc_
{
page_index_t first_page;
page_index_t last_page;
- unsigned long bytes_found;
+ os_vm_size_t bytes_found;
page_index_t i;
int ret;