OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ALLOCATION_TAG
(Results
1 - 2
of
2
) sorted by null
/bionic/libc/bionic/
malloc_debug_check.cpp
60
#define
ALLOCATION_TAG
0x1ee7d00d
187
hdr->tag =
ALLOCATION_TAG
;
196
if (hdr->tag !=
ALLOCATION_TAG
) {
249
if (hdr->tag !=
ALLOCATION_TAG
&& hdr->tag != BACKLOG_TAG) {
/hardware/ti/omap4xxx/
heaptracker.c
34
#define
ALLOCATION_TAG
0x1ee7d00d
189
hdr->tag =
ALLOCATION_TAG
;
200
if (hdr->tag !=
ALLOCATION_TAG
)
257
if (hdr->tag !=
ALLOCATION_TAG
&& hdr->tag != BACKLOG_TAG) {
Completed in 412 milliseconds