@system_has_collapsed
STL各个编译器的内部实现可能不同
realloc和cstdlib有关,不应该出现在STL板块中
queue是适配器,不是容器,它默认用deque实现,queue也可以用vector或list实现(摘自C++ Primer)