Lines Matching full:allocation
81 // Helpers for transfering memory allocation information.
84 /* Copies memory allocation descriptor from the guest's address space to the
98 /* Copies memory allocation descriptor from the emulator's memory to the guest's
126 /* Copies memory allocation query descriptor from the guest's address space to
141 /* Fails allocation request (TRACE_DEV_REG_MALLOC event).
142 * Allocation request failure is reported by zeroing 'libc_pid' filed in the
143 * allocation descriptor in the guest's address space.
145 * guest_address - Allocation descriptor address in the guest's address space,
159 /* Fails memory allocation query request (TRACE_DEV_REG_QUERY_MALLOC event).
188 * This routine is called after new entry is inserted into allocation map, so
224 /* Dumps content of an allocation descriptor to stdout.
225 * Param desc - Allocation descriptor to dump.