Home
last modified time | relevance | path

Searched refs:Allocated (Results 1 – 9 of 9) sorted by relevance

/freebsd-12.1/sys/contrib/dev/acpica/compiler/
H A Daslallocate.c182 void *Allocated; in UtLocalCalloc() local
185 Allocated = ACPI_ALLOCATE_ZEROED (Size); in UtLocalCalloc()
186 if (!Allocated) in UtLocalCalloc()
199 return (Allocated); in UtLocalCalloc()
/freebsd-12.1/contrib/llvm/include/llvm/ADT/
H A Dedit_distance.h63 std::unique_ptr<unsigned[]> Allocated; variable
67 Allocated.reset(Row);
/freebsd-12.1/contrib/tcsh/nls/russian/
H A Dset1915 12 Allocated memory from 0x%lx to 0x%lx (%ld).\n
/freebsd-12.1/contrib/tcsh/nls/C/
H A Dset1915 12 Allocated memory from 0x%lx to 0x%lx (%ld).\n
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DMallocChecker.cpp55 Allocated, enumerator
79 bool isAllocated() const { return K == Allocated; } in isAllocated()
94 return RefState(Allocated, s, family); in getAllocated()
119 CASE(Allocated) in dump()
/freebsd-12.1/crypto/openssl/doc/man3/
H A DOPENSSL_LH_COMPFUNC.pod94 B<table>. Allocated hash table entries will not be freed; consider
/freebsd-12.1/contrib/gdb/gdb/doc/
H A Dstabs.texinfo836 @section Automatic Variables Allocated on the Stack
/freebsd-12.1/contrib/gcc/cp/
H A DChangeLog-19984726 Allocated bad_alloc in namespace std if flag_honor_std.
/freebsd-12.1/contrib/gcc/
H A DChangeLog-200520812 (struct ssa_operand_memory_d): New. Allocated Chunk node.