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 582 size_t old_bytes; local
590 old_bytes = *(dbus_uint32_t*)block;
591 if (block && bytes >= old_bytes)
  /bionic/libc/bionic/
malloc_debug_leak.c 422 size_t old_bytes = 0; local
426 if (mem != NULL && chk_mem_check(mem, &old_bytes, "REALLOC") < 0)
435 if (bytes > old_bytes)
436 bytes = old_bytes;

Completed in 736 milliseconds