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

/haiku-fatelf/headers/private/package/hpkg/
H A DBlockBufferCacheImpl.h46 CachedBuffer* _AllocateBuffer(size_t size,
/haiku-fatelf/src/kits/package/hpkg/
H A DBlockBufferCacheImpl.cpp62 return _AllocateBuffer(size, owner, _newBuffer);
106 return _AllocateBuffer(size, owner, _newBuffer);
169 BlockBufferCacheImpl::_AllocateBuffer(size_t size, CachedBuffer** owner, function in class:BPackageKit::BHPKG::BPrivate::BlockBufferCacheImpl
/haiku-fatelf/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-fatelf/src/system/kernel/debug/
H A Dsystem_profiler.cpp114 void* _AllocateBuffer(size_t size, int event, int cpu,
751 _AllocateBuffer(
782 _AllocateBuffer(
812 _AllocateBuffer(sizeof(system_profiler_thread_scheduled),
879 _AllocateBuffer(
908 _AllocateBuffer(sizeof(system_profiler_team_removed),
931 _AllocateBuffer(sizeof(system_profiler_team_exec) + argsLen,
963 _AllocateBuffer(sizeof(system_profiler_thread_added),
991 _AllocateBuffer(sizeof(system_profiler_thread_removed),
1011 _AllocateBuffer(sizeo
1324 SystemProfiler::_AllocateBuffer(size_t size, int event, int cpu, int count) function in class:SystemProfiler
[all...]

Completed in 99 milliseconds