Symbol: fLastArea
src/system/kernel/messaging/MessagingService.cpp
331
fFirstArea = fLastArea = MessagingArea::Create(lockSem, counterSem);
src/system/kernel/messaging/MessagingService.cpp
365
fLastArea = NULL;
src/system/kernel/messaging/MessagingService.cpp
433
while (fFirstArea != fLastArea) {
src/system/kernel/messaging/MessagingService.cpp
451
area = fLastArea;
src/system/kernel/messaging/MessagingService.cpp
469
fLastArea->Unlock();
src/system/kernel/messaging/MessagingService.cpp
474
fLastArea->SetNextArea(area);
src/system/kernel/messaging/MessagingService.cpp
475
fLastArea->Unlock();
src/system/kernel/messaging/MessagingService.cpp
476
fLastArea = area;
src/system/kernel/messaging/MessagingService.h
83
MessagingArea *fLastArea;
src/system/libroot/posix/malloc/openbsd/PagesAllocator.cpp
339
if (fLastArea >= 0) {
src/system/libroot/posix/malloc/openbsd/PagesAllocator.cpp
365
fLastArea = status;
src/system/libroot/posix/malloc/openbsd/PagesAllocator.cpp
384
status_t status = resize_area(fLastArea, fLastAreaSize + amount);
src/system/libroot/posix/malloc/openbsd/PagesAllocator.cpp
429
fLastArea = -1;
src/system/libroot/posix/malloc/openbsd/PagesAllocator.cpp
437
status_t status = resize_area(fLastArea, fLastAreaSize - size);
src/system/libroot/posix/malloc/openbsd/PagesAllocator.cpp
456
fLastArea = area_for((void*)(fLastAreaTop - 1));
src/system/libroot/posix/malloc/openbsd/PagesAllocator.cpp
553
area_id fLastArea;
src/system/libroot/posix/malloc/openbsd/PagesAllocator.cpp
57
fLastArea = -1;
src/system/libroot/posix/malloc/openbsd/PagesAllocator.cpp
74
if (fLastArea >= 0)
src/system/libroot/posix/malloc/openbsd/PagesAllocator.cpp
75
fLastArea = area_for((void*)(fLastAreaTop - 1));