OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BACKLOG_TAG
(Results
1 - 2
of
2
) sorted by null
/bionic/libc/bionic/
malloc_debug_check.cpp
61
#define
BACKLOG_TAG
0xbabecafe
249
if (hdr->tag != ALLOCATION_TAG && hdr->tag !=
BACKLOG_TAG
) {
258
if (hdr->tag ==
BACKLOG_TAG
&& was_used_after_free(hdr)) {
272
if (hdr->tag ==
BACKLOG_TAG
) {
313
hdr->tag =
BACKLOG_TAG
;
386
if (hdr->tag ==
BACKLOG_TAG
) {
429
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
) {
Completed in 149 milliseconds