stlinst.cpp

来自「vxworks源码源码解读是学习vxworks的最佳途径」· C++ 代码 · 共 32 行

CPP
32
字号
/* This has been copied from the gnu source tree *//* Make all changes there, not here! */#ifdef __cplusplusextern "C" {#endif#ifndef _N_char __stlinst_o = 0;#elsechar _N_ = 0;#endif#ifdef __cplusplus}#endif#include "vxWorks.h"// Instantiation file for the -*- C++ -*- Standard Library allocator templates// This file is part of the GNU ANSI C++ Library.#include <alloc.h>#ifdef VXW_EXPLICIT_TEMPLATES/* These classes cannot be instantiated implicitly on * some targets because static template data must * be defined in exactly one module. We * explicitly instantiate the most common usages. */template class __default_alloc_template<false, 0>;template class __default_alloc_template<true, 0>;template class vxw_lock <false, 0>;template class vxw_lock <true, 0>;template class  __malloc_alloc_template<0>;#endif

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?