Searched refs:pointers (Results 1 – 7 of 7) sorted by relevance
98 object. Two ways to address the problem are "hazard pointers" and115 pointers are unshared but the referent is shared. Associate a
32 …Even when using smart pointers, be aware of the order of destruction for nodes and the graph to ma…
41 example uses std::copy and iterators, not ``strcpy and pointers``,
91 act as smart pointers. An *accessor* represents *update* (*write*)
118 use any type for a token, including objects or pointers to arrays.
107 ``TextSlice`` objects are passed between filters using pointers to avoid
1230 void *pointers[space / min_sz]; // the worst case is min_sz byte object in TestSlabAlignment() local1234 pointers[i] = scalable_malloc(sz); in TestSlabAlignment()1235 Block *block = (Block *)alignDown(pointers[i], slabSize); in TestSlabAlignment()1236 REQUIRE_MESSAGE(findCacheLine(&block->isFull) != findCacheLine(pointers[i]), in TestSlabAlignment()1242 scalable_free(pointers[i]); in TestSlabAlignment()