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

/haiku/headers/private/package/hpkg/
H A DBlockBufferPoolImpl.h46 PoolBuffer* _AllocateBuffer(size_t size,
/haiku/src/kits/package/hpkg/
H A DBlockBufferPoolImpl.cpp62 return _AllocateBuffer(size, owner, _newBuffer);
106 return _AllocateBuffer(size, owner, _newBuffer);
169 BlockBufferPoolImpl::_AllocateBuffer(size_t size, PoolBuffer** owner, function in class:BPackageKit::BHPKG::BPrivate::BlockBufferPoolImpl
/haiku/src/servers/app/drawing/
H A DOverlay.h59 status_t _AllocateBuffer(ServerBitmap* bitmap);
H A DOverlay.cpp80 _AllocateBuffer(bitmap);
119 status_t status = _AllocateBuffer(bitmap);
154 Overlay::_AllocateBuffer(ServerBitmap* bitmap) function in class:Overlay
/haiku/src/tests/add-ons/kernel/kernelland_emu/
H A DKPath.cpp93 status_t status = _AllocateBuffer();
149 status_t status = _AllocateBuffer();
204 _AllocateBuffer();
410 KPath::_AllocateBuffer() function in class:KPath
/haiku/headers/private/kernel/fs/
H A DKPath.h69 status_t _AllocateBuffer();
/haiku/src/system/kernel/debug/
H A Dsystem_profiler.cpp115 void* _AllocateBuffer(size_t size, int event, int cpu,
753 _AllocateBuffer(
784 _AllocateBuffer(
814 _AllocateBuffer(sizeof(system_profiler_thread_scheduled),
887 _AllocateBuffer(
916 _AllocateBuffer(sizeof(system_profiler_team_removed),
939 _AllocateBuffer(sizeof(system_profiler_team_exec) + argsLen,
971 _AllocateBuffer(sizeof(system_profiler_thread_added),
999 _AllocateBuffer(sizeof(system_profiler_thread_removed),
1019 _AllocateBuffer(sizeo
1333 SystemProfiler::_AllocateBuffer(size_t size, int event, int cpu, int count) function in class:SystemProfiler
[all...]
/haiku/src/system/kernel/fs/
H A DKPath.cpp98 status_t status = _AllocateBuffer();
154 status_t status = _AllocateBuffer();
209 _AllocateBuffer();
426 KPath::_AllocateBuffer() function in class:KPath

Completed in 214 milliseconds