 |
Changeset 4971
- Timestamp:
- 10/10/09 01:43:33
(3 years ago)
- Author:
- larsivi
- Message:
module name changes
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r4951 |
r4971 |
|
| 24 | 24 | * Authors: Walter Bright, Sean Kelly |
|---|
| 25 | 25 | */ |
|---|
| 26 | | module rt.basicgc.gc; |
|---|
| 27 | | |
|---|
| 28 | | private import rt.basicgc.gcx; |
|---|
| 29 | | private import rt.basicgc.gcstats; |
|---|
| | 26 | module rt.gc.basic.gc; |
|---|
| | 27 | |
|---|
| | 28 | private import rt.gc.basic.gcx; |
|---|
| | 29 | private import rt.gc.basic.gcstats; |
|---|
| 30 | 30 | private import tango.stdc.stdlib; |
|---|
| 31 | 31 | |
|---|
| r4951 |
r4971 |
|
| 24 | 24 | * Authors: Walter Bright, David Friedman, Sean Kelly |
|---|
| 25 | 25 | */ |
|---|
| 26 | | module rt.basicgc.gcbits; |
|---|
| | 26 | module rt.gc.basic.gcbits; |
|---|
| 27 | 27 | |
|---|
| 28 | 28 | private import tango.core.BitManip; |
|---|
| 29 | | //private import rt.cImports: memset, memcpy, free, calloc; |
|---|
| | 29 | private import rt.compiler.cImports: memset, memcpy, free, calloc; |
|---|
| 30 | 30 | private import tango.stdc.string; |
|---|
| 31 | | private import tango.stdc.stdlib; |
|---|
| | 31 | //private import tango.stdc.stdlib; |
|---|
| 32 | 32 | private extern (C) void onOutOfMemoryError(); |
|---|
| 33 | 33 | |
|---|
| r4951 |
r4971 |
|
| 24 | 24 | * Authors: Walter Bright, Sean Kelly |
|---|
| 25 | 25 | */ |
|---|
| 26 | | module rt.basicgc.gcstats; |
|---|
| | 26 | module rt.gc.basic.gcstats; |
|---|
| 27 | 27 | |
|---|
| 28 | 28 | /** |
|---|
| r4951 |
r4971 |
|
| 24 | 24 | * Authors: Walter Bright, David Friedman, Sean Kelly |
|---|
| 25 | 25 | */ |
|---|
| 26 | | module rt.basicgc.gcx; |
|---|
| | 26 | module rt.gc.basic.gcx; |
|---|
| 27 | 27 | // D Programming Language Garbage Collector implementation |
|---|
| 28 | 28 | |
|---|
| … | … | |
| 47 | 47 | /***************************************************/ |
|---|
| 48 | 48 | |
|---|
| 49 | | private import rt.basicgc.gcbits; |
|---|
| 50 | | private import rt.basicgc.gcstats; |
|---|
| 51 | | private import rt.basicgc.gcalloc; |
|---|
| | 49 | private import rt.gc.basic.gcbits; |
|---|
| | 50 | private import rt.gc.basic.gcstats; |
|---|
| | 51 | private import rt.gc.basic.gcalloc; |
|---|
| 52 | 52 | |
|---|
| 53 | 53 | private import cstdlib = tango.stdc.stdlib : calloc, free, malloc, realloc; |
|---|
Download in other formats:
|
 |
 |
|
 |
Copyright © 2006-2012 Tango. All Rights Reserved. | Page Width:
Static or
Dynamic