pike.git
/
src
/
program.h
version
»
Context lines:
10
20
40
80
file
none
3
pike.git/src/program.h:1:
/* || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information.
-
|| $Id: program.h,v 1.
209
2004/09/
26
22
:
07
:
03
mast Exp $
+
|| $Id: program.h,v 1.
210
2004/09/
27
21
:
37
:
23
mast Exp $
*/ #ifndef PROGRAM_H #define PROGRAM_H #include <stdarg.h> #include "global.h" #include "pike_macros.h" #include "pike_error.h" #include "svalue.h"
pike.git/src/program.h:567:
#define QUICK_FIND_LFUN(P,N) (dmalloc_touch(struct program *,(P))->lfuns[N]) #ifdef DO_PIKE_CLEANUP extern int gc_external_refs_zapped; void gc_check_zapped (void *a, TYPE_T type, const char *file, int line); #endif #define free_program(p) do{ \ struct program *_=(p); \ debug_malloc_touch(_); \
-
DO_IF_
PIKE_CLEANUP
( \
+
DO_IF_
DEBUG
(
\
if (gc_external_refs_zapped) \ gc_check_zapped (_, PIKE_T_PROGRAM, __FILE__, __LINE__); \ ); \ if(!sub_ref(_)) \ really_free_program(_); \ }while(0) BLOCK_ALLOC_FILL_PAGES(program, n/a)