From 238a4c30b3724d314933955c5c4a0162eae05ee0 Mon Sep 17 00:00:00 2001 From: Nick Ing-Simmons Date: Sun, 13 Jan 2002 23:22:34 +0000 Subject: 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 --- proto.h | 1 + 1 file changed, 1 insertion(+) (limited to 'proto.h') diff --git a/proto.h b/proto.h index ea837ec209..0bdb25cd74 100644 --- a/proto.h +++ b/proto.h @@ -1043,6 +1043,7 @@ STATIC void S_apply_attrs(pTHX_ HV *stash, SV *target, OP *attrs, bool for_my); STATIC void S_apply_attrs_my(pTHX_ HV *stash, OP *target, OP *attrs, OP **imopsp); # if defined(PL_OP_SLAB_ALLOC) STATIC void* S_Slab_Alloc(pTHX_ int m, size_t sz); +STATIC void S_Slab_Free(pTHX_ void *); # endif #endif -- cgit v1.2.1