Lines Matching full:address
17 * address range that belongs to a memory block allocated in the guest's space.
19 * malloc's caller. Map considers two blocks to be equal if their address ranges
74 * address.
77 * address - Virtual address in the guest's user space to find matching
78 * entry for. Entry matches the address, if address is contained within
81 * block_size - Size of the block, beginning with 'address'.
87 target_ulong address,
91 * matches the given address.
94 * address - Virtual address in the guest's user space to find matching
95 * entry for. Entry matches the address, if address is contained within
101 * Zero if an allocation descriptor that matches the given address has
104 int allocmap_pull(AllocMap* map, target_ulong address, MallocDescEx* pulled);