Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
pike
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
pikelang
pike
Commits
093bf73e
Commit
093bf73e
authored
Jul 24, 2008
by
Martin Stjernholm
Browse files
Options
Downloads
Patches
Plain Diff
Fixed a type.
Rev: src/gc.h:1.136
parent
4195ac24
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/gc.h
+2
-3
2 additions, 3 deletions
src/gc.h
with
2 additions
and
3 deletions
src/gc.h
+
2
−
3
View file @
093bf73e
...
...
@@ -2,7 +2,7 @@
|| This file is part of Pike. For copyright information see COPYRIGHT.
|| Pike is distributed under GPL, LGPL and MPL. See the file COPYING
|| for more information.
|| $Id: gc.h,v 1.13
5
2008/07/24
17:51:2
3 mast Exp $
|| $Id: gc.h,v 1.13
6
2008/07/24
20:02:5
3 mast Exp $
*/
#ifndef GC_H
...
...
@@ -67,8 +67,7 @@ extern double gc_average_slowness;
#define PRINT_ALLOC_COUNT_TYPE "%lu"
#endif
extern
INT32
num_objects
;
extern
int
got_unlinked_things
;
extern
int
num_objects
,
got_unlinked_things
;
extern
ALLOC_COUNT_TYPE
num_allocs
,
alloc_threshold
;
PMOD_EXPORT
extern
int
Pike_in_gc
;
extern
int
gc_generation
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment