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

  /external/dbus/dbus/
dbus-memory.c 570 size_t old_bytes; local
578 old_bytes = *(dbus_uint32_t*)block;
579 if (block && bytes >= old_bytes)
  /bionic/libc/bionic/
malloc_debug_leak.c 420 size_t old_bytes = 0; local
424 if (mem != NULL && chk_mem_check(mem, &old_bytes, "REALLOC") < 0)
433 if (bytes > old_bytes)
434 bytes = old_bytes;

Completed in 172 milliseconds