C++: QLDoc terminology: object -> mem allocation

This commit is contained in:
Jonas Jensen
2020-03-23 20:32:47 +01:00
parent b0d3c9ee6b
commit 999051d20e
5 changed files with 5 additions and 5 deletions

View File

@@ -323,7 +323,7 @@ class Instruction extends Construction::TInstruction {
/**
* Holds if this is an instruction with a memory result that represents a
* conflation of more than one object.
* conflation of more than one memory allocation.
*
* This happens in practice when dereferencing a pointer that cannot be
* tracked back to a single local allocation. Such memory is instead modeled

View File

@@ -323,7 +323,7 @@ class Instruction extends Construction::TInstruction {
/**
* Holds if this is an instruction with a memory result that represents a
* conflation of more than one object.
* conflation of more than one memory allocation.
*
* This happens in practice when dereferencing a pointer that cannot be
* tracked back to a single local allocation. Such memory is instead modeled

View File

@@ -323,7 +323,7 @@ class Instruction extends Construction::TInstruction {
/**
* Holds if this is an instruction with a memory result that represents a
* conflation of more than one object.
* conflation of more than one memory allocation.
*
* This happens in practice when dereferencing a pointer that cannot be
* tracked back to a single local allocation. Such memory is instead modeled

View File

@@ -323,7 +323,7 @@ class Instruction extends Construction::TInstruction {
/**
* Holds if this is an instruction with a memory result that represents a
* conflation of more than one object.
* conflation of more than one memory allocation.
*
* This happens in practice when dereferencing a pointer that cannot be
* tracked back to a single local allocation. Such memory is instead modeled

View File

@@ -323,7 +323,7 @@ class Instruction extends Construction::TInstruction {
/**
* Holds if this is an instruction with a memory result that represents a
* conflation of more than one object.
* conflation of more than one memory allocation.
*
* This happens in practice when dereferencing a pointer that cannot be
* tracked back to a single local allocation. Such memory is instead modeled