Paths of #include files
This commit is contained in:
parent
2c96e7c30d
commit
2b8f31d2ce
21 changed files with 141 additions and 138 deletions
|
|
@ -16,12 +16,12 @@
|
|||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "consspaceobject.h"
|
||||
#include "conspage.h"
|
||||
#include "memory/consspaceobject.h"
|
||||
#include "memory/conspage.h"
|
||||
#include "debug.h"
|
||||
#include "dump.h"
|
||||
#include "stack.h"
|
||||
#include "vectorspace.h"
|
||||
#include "memory/dump.h"
|
||||
#include "memory/stack.h"
|
||||
#include "memory/vectorspace.h"
|
||||
|
||||
/**
|
||||
* Flag indicating whether conspage initialisation has been done.
|
||||
|
|
@ -267,4 +267,4 @@ void initialise_cons_pages( ) {
|
|||
|
||||
void summarise_allocation() {
|
||||
fwprintf(stderr, L"Allocation summary: allocated %lld; deallocated %lld.\n", total_cells_allocated, total_cells_freed );
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue