From Jason Turner

[diff.malloc]

Diff to HTML by rtfpessoa

Files changed (1) hide show
  1. tmp/tmp45aa1fyg/{from.md → to.md} +21 -7
tmp/tmp45aa1fyg/{from.md → to.md} RENAMED
@@ -4,15 +4,17 @@ The functions `aligned_alloc`, `calloc`, `malloc`, and `realloc` are
4
  restricted in C++. Subclause [[c.malloc]] describes the changes.
5
 
6
  <!-- Link reference definitions -->
7
  [algorithms]: algorithms.md#algorithms
8
  [basic]: basic.md#basic
 
9
  [basic.link]: basic.md#basic.link
10
  [basic.scope]: basic.md#basic.scope
11
  [basic.stc.dynamic]: basic.md#basic.stc.dynamic
12
  [c.malloc]: mem.md#c.malloc
13
  [class]: class.md#class
 
14
  [class.temporary]: basic.md#class.temporary
15
  [concepts]: concepts.md#concepts
16
  [containers]: containers.md#containers
17
  [conv.array]: expr.md#conv.array
18
  [conv.func]: expr.md#conv.func
@@ -20,14 +22,14 @@ restricted in C++. Subclause [[c.malloc]] describes the changes.
20
  [cpp]: cpp.md#cpp
21
  [cpp.import]: cpp.md#cpp.import
22
  [cpp.module]: cpp.md#cpp.module
23
  [csetjmp.syn]: support.md#csetjmp.syn
24
  [cstring.syn]: strings.md#cstring.syn
25
- [cwchar.syn]: strings.md#cwchar.syn
 
26
  [dcl.constexpr]: dcl.md#dcl.constexpr
27
  [dcl.constinit]: dcl.md#dcl.constinit
28
- [dcl.dcl]: dcl.md#dcl.dcl
29
  [dcl.fct.def.coroutine]: dcl.md#dcl.fct.def.coroutine
30
  [dcl.type]: dcl.md#dcl.type
31
  [dcl.typedef]: dcl.md#dcl.typedef
32
  [depr]: future.md#depr
33
  [diagnostics]: diagnostics.md#diagnostics
@@ -102,16 +104,25 @@ restricted in C++. Subclause [[c.malloc]] describes the changes.
102
  [diff.cpp20.stmt]: #diff.cpp20.stmt
103
  [diff.cpp20.strings]: #diff.cpp20.strings
104
  [diff.cpp20.temp]: #diff.cpp20.temp
105
  [diff.cpp20.thread]: #diff.cpp20.thread
106
  [diff.cpp20.utilities]: #diff.cpp20.utilities
 
 
 
 
 
 
 
 
 
 
 
 
107
  [diff.dcl]: #diff.dcl
108
  [diff.expr]: #diff.expr
109
- [diff.header.assert.h]: #diff.header.assert.h
110
  [diff.header.iso646.h]: #diff.header.iso646.h
111
- [diff.header.stdalign.h]: #diff.header.stdalign.h
112
- [diff.header.stdbool.h]: #diff.header.stdbool.h
113
  [diff.iso]: #diff.iso
114
  [diff.iso.general]: #diff.iso.general
115
  [diff.lex]: #diff.lex
116
  [diff.library]: #diff.library
117
  [diff.library.general]: #diff.library.general
@@ -124,10 +135,11 @@ restricted in C++. Subclause [[c.malloc]] describes the changes.
124
  [diff.null]: #diff.null
125
  [diff.offsetof]: #diff.offsetof
126
  [diff.stat]: #diff.stat
127
  [diff.wchar.t]: #diff.wchar.t
128
  [except]: except.md#except
 
129
  [expr]: expr.md#expr
130
  [expr.eq]: expr.md#expr.eq
131
  [expr.new]: expr.md#expr.new
132
  [expr.prim.req]: expr.md#expr.prim.req
133
  [expr.sizeof]: expr.md#expr.sizeof
@@ -136,16 +148,17 @@ restricted in C++. Subclause [[c.malloc]] describes the changes.
136
  [lex]: lex.md#lex
137
  [lex.key]: lex.md#lex.key
138
  [lex.name]: lex.md#lex.name
139
  [lex.string]: lex.md#lex.string
140
  [library]: library.md#library
141
- [localization]: localization.md#localization
142
  [mem]: mem.md#mem
143
  [module]: module.md#module
144
  [numerics]: numerics.md#numerics
145
  [over]: over.md#over
146
- [stmt.stmt]: stmt.md#stmt.stmt
 
147
  [strings]: strings.md#strings
148
  [support]: support.md#support
149
  [support.c.headers]: support.md#support.c.headers
150
  [support.start.term]: support.md#support.start.term
151
  [support.types]: support.md#support.types
@@ -154,5 +167,6 @@ restricted in C++. Subclause [[c.malloc]] describes the changes.
154
  [temp]: temp.md#temp
155
  [temp.concept]: temp.md#temp.concept
156
  [temp.pre]: temp.md#temp.pre
157
  [thread]: thread.md#thread
158
  [utilities]: utilities.md#utilities
 
 
4
  restricted in C++. Subclause [[c.malloc]] describes the changes.
5
 
6
  <!-- Link reference definitions -->
7
  [algorithms]: algorithms.md#algorithms
8
  [basic]: basic.md#basic
9
+ [basic.def.odr]: basic.md#basic.def.odr
10
  [basic.link]: basic.md#basic.link
11
  [basic.scope]: basic.md#basic.scope
12
  [basic.stc.dynamic]: basic.md#basic.stc.dynamic
13
  [c.malloc]: mem.md#c.malloc
14
  [class]: class.md#class
15
+ [class.prop]: class.md#class.prop
16
  [class.temporary]: basic.md#class.temporary
17
  [concepts]: concepts.md#concepts
18
  [containers]: containers.md#containers
19
  [conv.array]: expr.md#conv.array
20
  [conv.func]: expr.md#conv.func
 
22
  [cpp]: cpp.md#cpp
23
  [cpp.import]: cpp.md#cpp.import
24
  [cpp.module]: cpp.md#cpp.module
25
  [csetjmp.syn]: support.md#csetjmp.syn
26
  [cstring.syn]: strings.md#cstring.syn
27
+ [cwchar.syn]: text.md#cwchar.syn
28
+ [dcl]: dcl.md#dcl
29
  [dcl.constexpr]: dcl.md#dcl.constexpr
30
  [dcl.constinit]: dcl.md#dcl.constinit
 
31
  [dcl.fct.def.coroutine]: dcl.md#dcl.fct.def.coroutine
32
  [dcl.type]: dcl.md#dcl.type
33
  [dcl.typedef]: dcl.md#dcl.typedef
34
  [depr]: future.md#depr
35
  [diagnostics]: diagnostics.md#diagnostics
 
104
  [diff.cpp20.stmt]: #diff.cpp20.stmt
105
  [diff.cpp20.strings]: #diff.cpp20.strings
106
  [diff.cpp20.temp]: #diff.cpp20.temp
107
  [diff.cpp20.thread]: #diff.cpp20.thread
108
  [diff.cpp20.utilities]: #diff.cpp20.utilities
109
+ [diff.cpp23]: #diff.cpp23
110
+ [diff.cpp23.containers]: #diff.cpp23.containers
111
+ [diff.cpp23.dcl.dcl]: #diff.cpp23.dcl.dcl
112
+ [diff.cpp23.depr]: #diff.cpp23.depr
113
+ [diff.cpp23.expr]: #diff.cpp23.expr
114
+ [diff.cpp23.general]: #diff.cpp23.general
115
+ [diff.cpp23.io]: #diff.cpp23.io
116
+ [diff.cpp23.lex]: #diff.cpp23.lex
117
+ [diff.cpp23.library]: #diff.cpp23.library
118
+ [diff.cpp23.mem]: #diff.cpp23.mem
119
+ [diff.cpp23.strings]: #diff.cpp23.strings
120
+ [diff.cpp23.temp]: #diff.cpp23.temp
121
  [diff.dcl]: #diff.dcl
122
  [diff.expr]: #diff.expr
 
123
  [diff.header.iso646.h]: #diff.header.iso646.h
 
 
124
  [diff.iso]: #diff.iso
125
  [diff.iso.general]: #diff.iso.general
126
  [diff.lex]: #diff.lex
127
  [diff.library]: #diff.library
128
  [diff.library.general]: #diff.library.general
 
135
  [diff.null]: #diff.null
136
  [diff.offsetof]: #diff.offsetof
137
  [diff.stat]: #diff.stat
138
  [diff.wchar.t]: #diff.wchar.t
139
  [except]: except.md#except
140
+ [exec]: exec.md#exec
141
  [expr]: expr.md#expr
142
  [expr.eq]: expr.md#expr.eq
143
  [expr.new]: expr.md#expr.new
144
  [expr.prim.req]: expr.md#expr.prim.req
145
  [expr.sizeof]: expr.md#expr.sizeof
 
148
  [lex]: lex.md#lex
149
  [lex.key]: lex.md#lex.key
150
  [lex.name]: lex.md#lex.name
151
  [lex.string]: lex.md#lex.string
152
  [library]: library.md#library
153
+ [localization]: text.md#localization
154
  [mem]: mem.md#mem
155
  [module]: module.md#module
156
  [numerics]: numerics.md#numerics
157
  [over]: over.md#over
158
+ [stmt]: stmt.md#stmt
159
+ [stmt.contract.assert]: stmt.md#stmt.contract.assert
160
  [strings]: strings.md#strings
161
  [support]: support.md#support
162
  [support.c.headers]: support.md#support.c.headers
163
  [support.start.term]: support.md#support.start.term
164
  [support.types]: support.md#support.types
 
167
  [temp]: temp.md#temp
168
  [temp.concept]: temp.md#temp.concept
169
  [temp.pre]: temp.md#temp.pre
170
  [thread]: thread.md#thread
171
  [utilities]: utilities.md#utilities
172
+ [zombie.names]: library.md#zombie.names