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

/haiku/src/system/kernel/debug/
H A Dcore_dump.cpp58 fAligned(NULL),
69 free(fAligned);
79 free(fAligned);
86 fAligned = (uint8*)malloc(fAlignedCapacity + fStringCapacity);
87 if (fAligned == NULL)
89 fStrings = (char*)(fAligned + fAlignedCapacity);
99 return fAligned + offset;
132 uint8* fAligned; member in struct:__anon2::Allocator

Completed in 99 milliseconds