Home
last modified time | relevance | path

Searched refs:use_allocator (Results 1 – 4 of 4) sorted by relevance

/third_party/gstreamer/gstplugins_good/gst/isomp4/
Dqtdemux.h380 gboolean use_allocator; member
Dqtdemux.c6619 if (stream->use_allocator) { in gst_qtdemux_loop_state_movie()
8392 stream->use_allocator = TRUE; in qtdemux_do_allocation()
8396 stream->use_allocator = FALSE; in qtdemux_do_allocation()
/third_party/cef/
DBUILD.gn1647 if (is_linux && !is_debug && use_allocator == "none") {
2088 if (use_allocator == "tcmalloc") {
/third_party/chromium/patch/
D0003-3.2-Beta3-1115.patch288 } else if (use_allocator == "none") {
366 @@ -177,7 +177,7 @@ if (use_allocator == "tcmalloc") {
375 @@ -245,7 +245,7 @@ if (use_allocator == "tcmalloc") {
406 @@ -75,7 +75,7 @@ assert(use_allocator == "none" || use_allocator == "partition")
7481 - if (is_linux && !is_debug && use_allocator=="none") {
7482 + if (is_linux && !is_debug && use_allocator == "none") {
7930 - if (use_allocator=="tcmalloc") {
7931 + if (use_allocator == "tcmalloc") {