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

  /external/dbus/dbus/
dbus-memory.c 342 check_guards (void *free_block, function
431 check_guards (block + GUARD_START_OFFSET, FALSE);
629 check_guards (memory, FALSE);
649 check_guards (((unsigned char*)block) + GUARD_START_OFFSET, FALSE);
705 check_guards (memory, TRUE);
  /hardware/ti/omap4-aah/
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);
  /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 400 milliseconds