Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/smatch/src/
H A 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()
H A Dallocate.h6 struct allocation_blob { struct
7 struct allocation_blob *next; argument
14 struct allocation_blob *blobs; argument
H A Dsmatch_slist.c340 static void free_all_sm_states(struct allocation_blob *blob) in free_all_sm_states()
355 struct allocation_blob *blob = desc->blobs; in free_every_single_sm_state()
363 struct allocation_blob *next = blob->next; in free_every_single_sm_state()
H A Dsmatch_ranges.c2045 struct allocation_blob *blob = desc->blobs; in free_data_info_allocs()
2056 struct allocation_blob *next = blob->next; in free_data_info_allocs()