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

/haiku/src/system/libroot/posix/malloc_debug/
H A Dguarded_heap.cpp191 uint32 area_creation_counter; member in struct:guarded_heap
495 if (heap.area_creation_counter != counter)
590 uint32 counter = heap.area_creation_counter;
958 heap.area_creation_counter);
/haiku/src/system/kernel/
H A Dguarded_heap.cpp68 int32 area_creation_counter; member in struct:guarded_heap
403 if (atomic_test_and_set(&heap.area_creation_counter,
429 int32 counter = atomic_get(&heap.area_creation_counter);
770 heap->area_creation_counter);

Completed in 35 milliseconds