File tree 1 file changed +6
-4
lines changed 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 27
27
</ p >
28
28
< blockquote >
29
29
< p >
30
- < i > Effects:</ i > Allocates < tt > thrown_size</ tt > bytes of memory. If memory
31
- can not be allocated, call < tt > std::terminate()</ tt > .
30
+ < i > Effects:</ i > Allocates memory to hold the exception to be thrown.
31
+ < tt > thrown_size</ tt > is the size of the exception object. Can allocate
32
+ additional memory to hold private data. If memory can not be allocated, call
33
+ < tt > std::terminate()</ tt > .
32
34
</ p >
33
35
< p >
34
- < i > Returns:</ i > A pointer to the allocated memory .
36
+ < i > Returns:</ i > A pointer to the memory allocated for the exception object .
35
37
</ p >
36
38
</ blockquote >
37
39
</ td >
47
49
</ p >
48
50
< blockquote >
49
51
< p >
50
- < i > Effects:</ i > Deallocates the memory pointed to .
52
+ < i > Effects:</ i > Frees memory allocated by < tt > __cxa_allocate_exception </ tt > .
51
53
</ p >
52
54
</ blockquote >
53
55
</ td >
You can’t perform that action at this time.
0 commit comments