pike.git
/
src
/
builtin.cmod
version
»
Context lines:
10
20
40
80
file
none
3
pike.git/src/builtin.cmod:680:
optflags OPT_TRY_OPTIMIZE|OPT_EXTERNAL_DEPEND; { if(ind->size != val->size) bad_arg_error("mkmapping", Pike_sp-args, args, 2, "array", Pike_sp+1-args, "mkmapping called on arrays of different sizes (%d != %d)\n", ind->size, val->size); RETURN mkmapping(ind, val); }
-
-
PIKEFUN int ba_malloc_count() {
-
extern size_t _malloc_counter;
-
RETURN _malloc_counter;
-
}
-
+
/*! @decl void secure(string str) *! @belongs String *! *! Marks the string as secure, which will clear the memory area *! before freeing the string. */ PIKEFUN string string_secure(string str) optflags OPT_SIDE_EFFECT; rawtype tFunc(tSetvar(0, tStr), tVar(0)); {