Searched refs:alloced (Results 1 – 6 of 6) sorted by relevance
55 if (hdr->alloced <= hdr->hdr_size) in bloblist_first_blob()67 if (offset >= hdr->alloced) in bloblist_next_blob()118 rec = (void *)hdr + hdr->alloced; in bloblist_addrec()121 rec->hdr_size = data_start - hdr->alloced; in bloblist_addrec()128 hdr->alloced = new_alloced; in bloblist_addrec()248 hdr->alloced = hdr->hdr_size; in bloblist_new()293 *allocedp = hdr->alloced; in bloblist_get_stats()304 ulong base, size, alloced; in bloblist_show_stats() local306 bloblist_get_stats(&base, &size, &alloced); in bloblist_show_stats()309 show_value("alloced", alloced); in bloblist_show_stats()[all …]
111 int alloced; in read_system_map() local113 for (linenum = 1, alloced = func_count = 0;; linenum++) { in read_system_map()133 if (func_count == alloced) { in read_system_map()134 alloced += 256; in read_system_map()136 sizeof(struct func_info) * alloced); in read_system_map()
24 uint alloced; member394 buf->alloced = sizeof(uint16_t) * wanted.freq * wanted.channels; in sandbox_sdl_sound_init()395 buf->data = malloc(buf->alloced); in sandbox_sdl_sound_init()446 if (size > buf->alloced) in sandbox_sdl_sound_play()
87 u32 alloced; member
243 bool emulate, alloced; in dm_pci_run_vga_bios() local260 ret = pci_rom_load(rom, &ram, &alloced); in dm_pci_run_vga_bios()324 if (alloced) in dm_pci_run_vga_bios()
43 - A suitable buffer can be alloced on the stack using the
Completed in 114 milliseconds