OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:queue_entry
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/tcmalloc/chromium/src/
debugallocation.cc
623
static void CheckForDanglingWrites(const MallocBlockQueueEntry&
queue_entry
) {
633
reinterpret_cast<unsigned char*>(
queue_entry
.block);
636
const size_t size =
queue_entry
.size;
641
CheckForCorruptedBuffer(
queue_entry
, buffer_idx, p, size_of_buffer);
644
CheckForCorruptedBuffer(
queue_entry
, buffer_idx, p, remainder);
647
static void CheckForCorruptedBuffer(const MallocBlockQueueEntry&
queue_entry
,
674
const MallocBlock* b =
queue_entry
.block;
675
const size_t size =
queue_entry
.size;
676
if (
queue_entry
.num_deleter_pcs > 0) {
679
PRINTABLE_PTHREAD(
queue_entry
.deleter_threadid)))
[
all
...]
/external/chromium_org/third_party/tcmalloc/vendor/src/
debugallocation.cc
625
static void CheckForDanglingWrites(const MallocBlockQueueEntry&
queue_entry
) {
637
reinterpret_cast<unsigned char*>(
queue_entry
.block);
640
const size_t size =
queue_entry
.size;
645
CheckForCorruptedBuffer(
queue_entry
, buffer_idx, p, size_of_buffer);
648
CheckForCorruptedBuffer(
queue_entry
, buffer_idx, p, remainder);
651
static void CheckForCorruptedBuffer(const MallocBlockQueueEntry&
queue_entry
,
678
const MallocBlock* b =
queue_entry
.block;
679
const size_t size =
queue_entry
.size;
680
if (
queue_entry
.num_deleter_pcs > 0) {
683
PRINTABLE_PTHREAD(
queue_entry
.deleter_threadid)))
[
all
...]
/external/chromium_org/media/filters/
ffmpeg_audio_decoder.cc
481
QueuedAudioBuffer
queue_entry
= { kDecodeError, NULL };
local
482
queued_audio_.push_back(
queue_entry
);
528
QueuedAudioBuffer
queue_entry
= { kOk, output };
local
529
queued_audio_.push_back(
queue_entry
);
Completed in 60 milliseconds