summaryrefslogtreecommitdiff
path: root/embed.fnc
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 /embed.fnc
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 'embed.fnc')
-rw-r--r--embed.fnc1
1 files changed, 1 insertions, 0 deletions
diff --git a/embed.fnc b/embed.fnc
index 729f9141c1..f5fcac6cd4 100644
--- a/embed.fnc
+++ b/embed.fnc
@@ -1007,6 +1007,7 @@ s |void |apply_attrs |HV *stash|SV *target|OP *attrs|bool for_my
s |void |apply_attrs_my |HV *stash|OP *target|OP *attrs|OP **imopsp
# if defined(PL_OP_SLAB_ALLOC)
s |void* |Slab_Alloc |int m|size_t sz
+s |void |Slab_Free |void *
# endif
#endif