HomeSort by relevance Sort by last modified time
    Searched refs:BACKLOG_TAG (Results 1 - 3 of 3) sorted by null

  /hardware/ti/omap4-aah/
heaptracker.c 35 #define BACKLOG_TAG 0xbabecafe
257 if (hdr->tag != ALLOCATION_TAG && hdr->tag != BACKLOG_TAG) {
267 if (hdr->tag == BACKLOG_TAG && was_used_after_free(hdr)) {
281 if (hdr->tag == BACKLOG_TAG) {
334 hdr->tag = BACKLOG_TAG;
373 if (hdr->tag == BACKLOG_TAG) {
421 if (hdr->tag == BACKLOG_TAG) {
  /hardware/ti/omap4xxx/
heaptracker.c 35 #define BACKLOG_TAG 0xbabecafe
257 if (hdr->tag != ALLOCATION_TAG && hdr->tag != BACKLOG_TAG) {
267 if (hdr->tag == BACKLOG_TAG && was_used_after_free(hdr)) {
281 if (hdr->tag == BACKLOG_TAG) {
334 hdr->tag = BACKLOG_TAG;
373 if (hdr->tag == BACKLOG_TAG) {
421 if (hdr->tag == BACKLOG_TAG) {
  /bionic/libc/bionic/
malloc_debug_check.cpp 60 #define BACKLOG_TAG 0xbabecafe
262 if (hdr->tag != ALLOCATION_TAG && hdr->tag != BACKLOG_TAG) {
271 if (hdr->tag == BACKLOG_TAG && was_used_after_free(hdr)) {
285 if (hdr->tag == BACKLOG_TAG) {
326 hdr->tag = BACKLOG_TAG;
414 if (hdr->tag == BACKLOG_TAG) {
464 if (hdr->tag == BACKLOG_TAG) {

Completed in 2855 milliseconds