OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:buffer_alloc_
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/base/
stream.cc
622
:
buffer_alloc_
(NULL) {
626
:
buffer_alloc_
(NULL) {
631
:
buffer_alloc_
(NULL) {
636
delete []
buffer_alloc_
;
641
delete []
buffer_alloc_
;
642
buffer_alloc_
= new char[buffer_length_ + kAlignment];
643
buffer_ = reinterpret_cast<char*>(ALIGNP(
buffer_alloc_
, kAlignment));
656
delete []
buffer_alloc_
;
657
buffer_alloc_
= new_buffer_alloc;
stream.h
479
char*
buffer_alloc_
;
member in class:rtc::MemoryStream
Completed in 145 milliseconds