Searched refs:allocate (Results 1 – 1 of 1) sorted by relevance
/bootable/recovery/updater/ |
D | blockimg.c | 155 static void allocate(size_t size, uint8_t** buffer, size_t* buffer_alloc) { in allocate() function 367 allocate(src->size * BLOCKSIZE, buffer, buffer_alloc); in LoadSrcTgtVersion1() 602 allocate(st.st_size, buffer, buffer_alloc); in LoadStash() 928 allocate(*src_blocks * BLOCKSIZE, buffer, buffer_alloc); in LoadSrcTgtVersion2() 1227 allocate(BLOCKSIZE, ¶ms->buffer, ¶ms->bufsize); in PerformCommandZero()
|