Searched refs:size_arg (Results 1 – 5 of 5) sorted by relevance
340 void *(PortMalloc)(psize_t size_arg)351 size = (size_arg + (CELL_OFF + M_MASK)) & ~M_MASK;354 if (size <= size_arg)
103 void *(PortMalloc)(psize_t size_arg);
196 Block(Address base_arg, int size_arg) in Block() argument197 : base(base_arg), size(size_arg) {} in Block()
1037 std::string size_arg = in OptionallyRunChromeOSLoginManager() local1043 if (size_arg.size()) { in OptionallyRunChromeOSLoginManager()1045 base::SplitString(size_arg, ',', &dimensions); in OptionallyRunChromeOSLoginManager()
849 FreeBlock(Address start_arg, size_t size_arg) in FreeBlock() argument850 : start(start_arg), size(size_arg) { in FreeBlock()854 FreeBlock(void* start_arg, size_t size_arg) in FreeBlock() argument855 : start(static_cast<Address>(start_arg)), size(size_arg) { in FreeBlock()