Home | History | Annotate | Download | only in memcheck

Lines Matching full:allocation

102     /* Id of the process that initialized libc instance, in which allocation
109 /* Id of the process in context of which allocation has occurred.
111 * is doing allocation has been forked from the process that initialized
116 /* Number of access violations detected on this allocation. */
156 /* Code of the allocation routine, in context of which query has been made:
162 /* Address in guest's virtual space of memory allocation descriptor for the
204 /* Allocation descriptor this structure extends. */
207 /* Call stack that lead to memory allocation. The array is arranged in
222 * allocations in the process' allocation descriptors map.
230 * flag marks entries in the forked process' allocation descriptors map that
231 * were copied over from the parent process' allocation descriptors map.
282 /* Gets pointer returned to malloc caller for the given allocation decriptor.
284 * desc - Allocation descriptor.
332 /* Checks if allocation has been made before process started execution.
334 * desc - Allocation descriptor to check.
336 * boolean: 1 if allocation has been made before process started execution,
337 * or 0 if allocation has been made after process started execution.
345 /* Checks if allocation block has been inherited on fork.
347 * desc - Allocation descriptor to check.
349 * boolean: 1 if allocation has been inherited on fork, or 0 if allocation