_Allocate
static char* _Allocate(int32 length);
Node* userNode = _Allocate(key, value);
Node* userNode = _Allocate(key, value);
inline Node* _Allocate(const Key& key, const Value& value);
status = _Allocate(found, start, fVolume->BlockSize(),
return _Allocate(found, start, size, BTRFS_EXTENT_FLAG_DATA);
status_t _Allocate(uint64& found, uint64 start,
return _Allocate(transaction, preferredBlockGroup, S_ISDIR(mode), id);
status_t _Allocate(Transaction& transaction,
newData = _Allocate(length);
char* newData = _Allocate(length);
char* newData = _Allocate(newLength);
char* newData = _Allocate(newLength);
_Allocate(fCurrent, block->current_data);
_Allocate(fParent, block->parent_data);
_Allocate(fOriginal, block->original_data);
status_t error = _Allocate(baseHint, fTotalBlocks, count, transaction,
error = _Allocate(0, baseHint, count, transaction, &_allocatedBase,
status_t error = _Allocate(base, fTotalBlocks, count, transaction, NULL,
status_t _Allocate(uint64 base, uint64 searchEnd,