Home
last modified time | relevance | path

Searched refs:freelist_head (Results 1 - 1 of 1) sorted by relevance

/third_party/node/deps/v8/src/sandbox/
H A Dexternal-pointer-table-inl.h96 uint32_t freelist_head = base::Acquire_Load(freelist_head_ptr); in Allocate() local
97 if (!freelist_head) { in Allocate()
103 freelist_head = base::Relaxed_Load(freelist_head_ptr); in Allocate()
105 if (!freelist_head) { in Allocate()
107 freelist_head = Grow(); in Allocate()
111 DCHECK(freelist_head); in Allocate()
112 DCHECK_LT(freelist_head, capacity_); in Allocate()
113 index = freelist_head; in Allocate()
119 freelist_head_ptr, freelist_head, new_freelist_head); in Allocate()
120 success = old_val == freelist_head; in Allocate()
[all...]

Completed in 1 milliseconds