还可以使用此接口创建普通对象,而不调用它们的构造函数。
You can also create vanilla objects without calling their constructors using this interface.
函数可以自由使用288字节的内存,对于不调用其他函数的函数来说,这段内存物理上在堆栈指针之下。
Functions are free to use the 288 bytes that are physically below the stack pointer for functions that do not call other functions.
但由于基线条件并不调用任何其他函数,所以无需从堆栈框架加载链接寄存器——值还在原处。
However, since the base case doesn't call any other functions, you don't need to load the link register from the stack frame — the value is still there.
这不是该函数的目的,我更倾向于不调用它,因为它仅用于内部工作。
This isn't what the function is intended for, and I would like to prevent outsiders from calling it, because it is intended only for my internal work.
绝不调用任何不可重入函数。
绝对不调用不可重入的函数。
malloc例程不调用构造函数,但是construct要调用构造函数。
The malloc routine doesn't call the constructor, but construct does.
即使你实际上从不调用该函数,情况也是这样。
程序可能不调用DLL中的函数。
程序可能不调用DLL中的函数。
应用推荐