Searched refs:use_allocator (Results 1 – 4 of 4) sorted by relevance
380 gboolean use_allocator; member
6619 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()
1647 if (is_linux && !is_debug && use_allocator == "none") {2088 if (use_allocator == "tcmalloc") {
288 } 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") {