Home
last modified time | relevance | path

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

/third_party/ltp/tools/sparse/sparse-src/
Dallocate.c53 struct allocation_blob *blob = desc->blobs; in drop_all_allocations()
61 struct allocation_blob *next = blob->next; in drop_all_allocations()
77 struct allocation_blob *blob = desc->blobs; in allocate()
103 struct allocation_blob *newblob = blob_alloc(chunking); in allocate()
112 offset = offsetof(struct allocation_blob, data); in allocate()
115 blob->offset = offset - offsetof(struct allocation_blob, data); in allocate()
Dallocate.h6 struct allocation_blob { struct
7 struct allocation_blob *next; argument
14 struct allocation_blob *blobs; argument