Home
last modified time | relevance | path

Searched refs:newblob (Results 1 – 1 of 1) sorted by relevance

/third_party/ltp/tools/sparse/sparse-src/
Dallocate.c103 struct allocation_blob *newblob = blob_alloc(chunking); in allocate() local
104 if (!newblob) in allocate()
109 newblob->next = blob; in allocate()
110 blob = newblob; in allocate()
111 desc->blobs = newblob; in allocate()