Searched refs:new_ptr (Results 1 - 3 of 3) sorted by relevance
/vbox/src/VBox/Devices/PC/ipxe/src/interface/efi/ |
H A D | efi_umalloc.c | 39 * @ret new_ptr Allocated memory, or UNULL 48 userptr_t new_ptr = UNOWHERE; local 66 new_ptr = phys_to_user ( phys_addr + EFI_PAGE_SIZE ); 67 copy_to_user ( new_ptr, -EFI_PAGE_SIZE, 74 * then free it. Note that at this point either (a) new_ptr 81 memcpy_user ( new_ptr, 0, old_ptr, 0, 95 return new_ptr;
|
/vbox/src/libs/zlib-1.2.6/ |
H A D | zutil.c | 186 voidpf new_ptr; member in struct:ptr_table_s 217 table[next_ptr++].new_ptr = buf; 230 if (ptr != table[n].new_ptr) continue;
|
/vbox/src/VBox/Devices/PC/ipxe/src/core/ |
H A D | malloc.c | 389 * @ret new_ptr Allocated memory, or NULL 392 * new_ptr will be aligned to at least a multiple of sizeof(void*). 410 void *new_ptr = NOWHERE; local 424 new_ptr = &new_block->data; 425 VALGRIND_MALLOCLIKE_BLOCK ( new_ptr, new_size, 0, 0 ); 429 * then free it. Note that at this point either (a) new_ptr 440 memcpy ( new_ptr, old_ptr, 447 return new_ptr;
|
Completed in 339 milliseconds