diff options
author | James Cook <james@lindenlab.com> | 2007-01-02 08:33:20 +0000 |
---|---|---|
committer | James Cook <james@lindenlab.com> | 2007-01-02 08:33:20 +0000 |
commit | 420b91db29485df39fd6e724e782c449158811cb (patch) | |
tree | b471a94563af914d3ed3edd3e856d21cb1b69945 /indra/lscript/lscript_execute/lscript_heapruntime.h |
Print done when done.
Diffstat (limited to 'indra/lscript/lscript_execute/lscript_heapruntime.h')
-rw-r--r-- | indra/lscript/lscript_execute/lscript_heapruntime.h | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/indra/lscript/lscript_execute/lscript_heapruntime.h b/indra/lscript/lscript_execute/lscript_heapruntime.h new file mode 100644 index 0000000000..d20ac87047 --- /dev/null +++ b/indra/lscript/lscript_execute/lscript_heapruntime.h @@ -0,0 +1,22 @@ +/** + * @file lscript_heapruntime.h + * @brief classes to manage script heap at runtime + * + * Copyright (c) 2002-$CurrentYear$, Linden Research, Inc. + * $License$ + */ + +#if 0 + +#ifndef LL_LSCRIPT_HEAPRUNTIME_H +#define LL_LSCRIPT_HEAPRUNTIME_H + +#include "lscript_byteconvert.h" + + +const S32 HEAP_BLOCK_HEADER_SIZE = 9; +const S32 HEAP_BLOCK_SPLIT_THRESHOLD = 16; + + +#endif +#endif |