Skip to content

Commit a2fde10

Browse files
authored
Rename 2_2_2_memory to 2_2_2_memory.cpp
1 parent d592ee2 commit a2fde10

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@
1616
#define __SGI_STL_MEMORY
1717

1818
#include <stl_algobase.h>
19-
#include <stl_alloc.h> // ���ﶨ����һ���������������˴˺�������������Ϊ alloc��
20-
#include <stl_construct.h> // ���ﶨ����ȫ��ʽconstruct()�� destroy()����������Ľ����ͽ⹹������������ STL ��׼�淶��
19+
#include <stl_alloc.h> // 这里定义有一、二级配置器,彼此合作。配置器名为 alloc
20+
#include <stl_construct.h> // 这里定义有全域函式construct()和 destroy(),负责物件的建构和解构。它们隶属于 STL 标准规范。
2121
#include <stl_tempbuf.h>
22-
#include <stl_uninitialized.h> // ���ﶨ����ȫ��ʽ���������fill�����ƣ�copy������ڴ����ݣ�����Ҳ�������� STL ��׼�淶
22+
#include <stl_uninitialized.h> // 这里定义有全域函式,用来充填(fill)或复制(copy)大块内存内容,它们也都隶属于 STL 标准规范
2323
#include <stl_raw_storage_iter.h>
2424

2525

0 commit comments

Comments
 (0)