summaryrefslogtreecommitdiff
path: root/perl.h
diff options
context:
space:
mode:
authorNick Ing-Simmons <nik@tiuk.ti.com>2002-01-13 23:22:34 +0000
committerNick Ing-Simmons <nik@tiuk.ti.com>2002-01-13 23:22:34 +0000
commit238a4c30b3724d314933955c5c4a0162eae05ee0 (patch)
treee44c8daa8bd02ecc53ddfb4efeac662d1d1ed896 /perl.h
parentd5802c9e522d9061ec4d6f117e7f5a9c135969d5 (diff)
downloadperl-238a4c30b3724d314933955c5c4a0162eae05ee0.tar.gz
Slab allocator for ops
- moved the statics to intrpvar.h - implemented Slab_Free() - uses PerlMemShared (for now) if distinction exists. p4raw-id: //depot/perlio@14250
Diffstat (limited to 'perl.h')
-rw-r--r--perl.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/perl.h b/perl.h
index 3dcb14624a..4a14d84438 100644
--- a/perl.h
+++ b/perl.h
@@ -9,6 +9,8 @@
#ifndef H_PERL
#define H_PERL 1
+#define PL_OP_SLAB_ALLOC
+
#ifdef PERL_FOR_X2P
/*
* This file is being used for x2p stuff.