mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-28 05:50:30 +02:00
First version of adaptive heap sizing for pcc and mcc
This commit is contained in:
parent
d19366bea2
commit
2818958c59
17 changed files with 702 additions and 110 deletions
|
@ -21,5 +21,6 @@ void gc_platform_visit_global_conservative_roots(void (*f)(uintptr_t start,
|
|||
struct gc_heap *heap,
|
||||
void *data);
|
||||
GC_INTERNAL int gc_platform_processor_count(void);
|
||||
GC_INTERNAL uint64_t gc_platform_monotonic_nanoseconds(void);
|
||||
|
||||
#endif // GC_PLATFORM_H
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue