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

  /bionic/libc/bionic/
malloc_debug_check.cpp 220 static inline int check_guards(hdr_t* hdr, int* safe) { function
263 check_guards(hdr, safe);
265 valid = check_guards(hdr, safe);
  /hardware/ti/omap4xxx/
heaptracker.c 226 static inline int check_guards(struct hdr *hdr, int *safe) function
272 (void)check_guards(hdr, safe);
275 valid = check_guards(hdr, safe);

Completed in 76 milliseconds