diff options
Diffstat (limited to 'gc/include/gc_local_alloc.h')
-rw-r--r-- | gc/include/gc_local_alloc.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gc/include/gc_local_alloc.h b/gc/include/gc_local_alloc.h index 1e58730..88e29e9 100644 --- a/gc/include/gc_local_alloc.h +++ b/gc/include/gc_local_alloc.h @@ -33,6 +33,9 @@ * -DTHREAD_LOCAL_ALLOC, which is currently supported only on Linux. * * The debugging allocators use standard, not thread-local allocation. + * + * These routines normally require an explicit call to GC_init(), though + * that may be done from a constructor function. */ #ifndef GC_LOCAL_ALLOC_H |